mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
[std/locks]close #7998(complete condition variables) (#17711)
* close #7998 * workaround genode * Update lib/system/syslocks.nim
This commit is contained in:
@@ -71,6 +71,11 @@ struct Nim::SysCond
|
||||
{
|
||||
_semaphore.up();
|
||||
}
|
||||
|
||||
void broadcastSysCond()
|
||||
{
|
||||
_semaphore.up();
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user