Skip to content

Commit b47a5b6

Browse files
authored
remove comment stating that thread-safe methods must also be realtime-safe (#448)
1 parent deee5f5 commit b47a5b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/clap/ext/thread-check.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ extern "C" {
5252
///
5353
/// Clap also tags some functions as [thread-safe]. Functions tagged as [thread-safe] can be called
5454
/// from any thread unless explicitly counter-indicated (for instance [thread-safe, !audio-thread])
55-
/// and may be called concurrently. Since a [thread-safe] function may be called from the
56-
/// [audio-thread] unless explicitly counter-indicated, it must also meet the realtime constraints
57-
/// as describes above.
55+
/// and may be called concurrently.
5856

5957
// This interface is useful to do runtime checks and make
6058
// sure that the functions are called on the correct threads.

0 commit comments

Comments
 (0)