Changes between Version 16 and Version 17 of BasicApi
- Timestamp:
- Feb 6, 2008, 2:05:30 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BasicApi
v16 v17 103 103 }}} 104 104 105 Call these around code segments during which you don't want to be suspended or killed by the core client. 106 May be nested. 105 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 recursive. This means that you can begin critical section multiple times, but each {{{begin}}} must have a matching {{{end}}} call. 107 106 108 107 '''NOTE:''' This is done automatically while checkpointing.