Changeset 77a2994 for libcfa/src/concurrency/thread.hfa
- Timestamp:
- Sep 15, 2020, 3:08:35 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 09bbe78
- Parents:
- 2bb2d3f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.hfa
r2bb2d3f1 r77a2994 106 106 void sleep( Duration duration ); 107 107 108 //---------- 109 // join 110 forall( dtype T | is_thread(T) ) 111 T & join( T & this ); 112 108 113 // Local Variables: // 109 114 // mode: c //
Note: See TracChangeset
for help on using the changeset viewer.