6 lines
92 B
Text
6 lines
92 B
Text
m := ThreadMutex->New("lock a");
|
|
# section locked
|
|
critical(m) {
|
|
...
|
|
}
|
|
# section unlocked
|