Changeset 64bdacc
- Timestamp:
- Mar 25, 2022, 1:50:40 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- f5bace8
- Parents:
- 54c1196
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/fwd.hfa
r54c1196 r64bdacc 248 248 // check if the future is available 249 249 bool available( future_t & this ) { 250 while( this.ptr == 2p ) Pause(); 250 251 return this.ptr == 1p; 251 252 }
Note: See TracChangeset
for help on using the changeset viewer.