Ignore:
Timestamp:
Oct 11, 2022, 1:14:04 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
1e30df7, 3fcb5921, 4f102fa
Parents:
a46f7b6
Message:

Removed use of single_sem in io since oneshot is sufficient and used more consistently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/types.hfa

    ra46f7b6 ra55472cc  
    107107        struct __outstanding_io {
    108108                inline Colable;
    109                 single_sem sem;
     109                oneshot waitctx;
    110110        };
    111111        static inline __outstanding_io *& Next( __outstanding_io * n ) { return (__outstanding_io *)Next( (Colable *)n ); }
Note: See TracChangeset for help on using the changeset viewer.