mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Fixed a documentation typo
This commit is contained in:
parent
0a75197fa6
commit
f784907c73
1 changed files with 2 additions and 3 deletions
|
|
@ -27,9 +27,8 @@ namespace juce
|
|||
/**
|
||||
Allows threads to wait for events triggered by other threads.
|
||||
|
||||
A thread can call wait() on a WaitableObject, and this will suspend the
|
||||
calling thread until another thread wakes it up by calling the signal()
|
||||
method.
|
||||
A thread can call WaitableEvent::wait() to suspend the calling thread until
|
||||
another thread wakes it up by calling the WaitableEvent::signal() method.
|
||||
|
||||
@tags{Core}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue