Changes between Version 16 and Version 17 of BasicApi


Ignore:
Timestamp:
Feb 6, 2008, 2:05:30 PM (16 years ago)
Author:
Nicolas
Comment:

Rewrite description of nested/recursive critical sections

Legend:

Unmodified
Added
Removed
Modified
  • BasicApi

    v16 v17  
    103103}}}
    104104
    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.
     105Call 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.
    107106
    108107'''NOTE:''' This is done automatically while checkpointing.