Skip to content

Commit

Permalink
remove comment stating that thread-safe methods must also be realtime…
Browse files Browse the repository at this point in the history
…-safe
  • Loading branch information
micahrj committed Jan 31, 2025
1 parent 309d1da commit ce09fc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/clap/ext/thread-check.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ extern "C" {
///
/// Clap also tags some functions as [thread-safe]. Functions tagged as [thread-safe] can be called
/// from any thread unless explicitly counter-indicated (for instance [thread-safe, !audio-thread])
/// and may be called concurrently. Since a [thread-safe] function may be called from the
/// [audio-thread] unless explicitly counter-indicated, it must also meet the realtime constraints
/// as describes above.
/// and may be called concurrently.

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

0 comments on commit ce09fc4

Please sign in to comment.