up: THREAD | index | Zimbu documentation |
The builtin type lock: An object to get exclusive access. Useful in multi-threading applications. A Lock object can be used to allow only one thread at a time access. Also known as mutex (MUTual EXclusive).
|
PROC NEW() @public PROC $begin() @public
PROC $end() @public
FUNC $tryBegin() status @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 |