Changeset 0da9475
- Timestamp:
- Nov 20, 2023, 1:25:52 PM (12 months ago)
- Branches:
- master
- Children:
- 6a0b043
- Parents:
- 29eaa3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/cofor.hfa
r29eaa3f r0da9475 37 37 runner_node * node = &try_pop_front( items ); 38 38 unlock( mutex_lock ); 39 if ( !node ) 40 continue; 39 41 func( node->value ); 40 42 free( node->value );
Note: See TracChangeset
for help on using the changeset viewer.