We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deee5f5 commit b47a5b6Copy full SHA for b47a5b6
include/clap/ext/thread-check.h
@@ -52,9 +52,7 @@ extern "C" {
52
///
53
/// Clap also tags some functions as [thread-safe]. Functions tagged as [thread-safe] can be called
54
/// 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.
+/// and may be called concurrently.
58
59
// This interface is useful to do runtime checks and make
60
// sure that the functions are called on the correct threads.
0 commit comments