Changes between Version 22 and Version 23 of BasicApi
- Timestamp:
- Sep 15, 2009, 6:03:30 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BasicApi
v22 v23 117 117 }}} 118 118 119 Call these around code segments during which you don't want to be suspended or killed by the core client. Since r14694, critical sections are re cursive. This means that you can begin critical section multiple times, but each {{{begin}}} must have a matching {{{end}}} call.119 Call these around code segments during which you don't want to be suspended or killed by the core client. Since r14694, critical sections are reentrant. This means that you can begin critical section multiple times, but each {{{begin}}} must have a matching {{{end}}} call. 120 120 121 121 '''NOTE:''' This is done automatically while checkpointing.