- File:
-
- 1 edited
-
libcfa/src/concurrency/monitor.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/monitor.hfa
rfd54fef re0b8d66d 61 61 static inline forall( T & | sized(T) | { void ^?{}( T & mutex ); } ) 62 62 void delete( T * th ) { 63 ^(*th){};63 if(th) ^(*th){}; 64 64 free( th ); 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.