Bundle System support for threads and runtime concurrency
ThreadMutex
Thread mutex used to protect critical sections
Operations
GetName #
Name of the mutex
method : public : GetName() ~ String
Return
| Type | Description |
|---|
| String | name of the mutex |
New # constructor
Name of the mutex
New(name:String)
Parameters
| Name | Type | Description |
|---|
| name | String | name of the mutex |