Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/alarm.cfa

    rc18bf9e re84ab3d  
    141141//=============================================================================================
    142142
    143 void sleep( Duration duration ) libcfa_public {
     143void sleep( Duration duration ) {
    144144        alarm_node_t node = { active_thread(), duration, 0`s };
    145145
Note: See TracChangeset for help on using the changeset viewer.