up: THREAD | index | Zimbu documentation |
The builtin type cond: An object to wait on a condition. Useful in multi-threading applications. A Cond object can be used for a thread to wait on a condition to be changed in another thread.
|
PROC NEW() @public
PROC $wait(THREAD.Lock lock) @public
PROC $wakeup(bool all) @public
|
Copyright 2009 Bram Moolenaar All Rights Reserved. |
Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0 |