Wiki

Changes between Version 1 and Version 2 of Lock

Show
Ignore:
Timestamp:
11/22/10 19:57:50 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Lock

    v1 v2  
    1414 
    1515{{{ 
     16#!cobra 
    1617lock <expression>  
    1718    <block> 
     
    2627== Examples == 
    2728{{{ 
     29#!cobra 
    2830# Critical section is to generate output through a single shared writer fm multiple threads 
    2931class Tester 
     
    4547 
    4648{{{ 
     49#!cobra 
    4750# This is the example from the C# lock doc page converted to cobra 
    4851use System.Threading