- File:
-
- 1 edited
-
libcfa/src/concurrency/thread.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.hfa
r77a2994 r3e2b9c9 106 106 void sleep( Duration duration ); 107 107 108 //----------109 // join110 forall( dtype T | is_thread(T) )111 T & join( T & this );112 113 108 // Local Variables: // 114 109 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.