Changeset 3eeeb88 for libcfa/src/concurrency
- Timestamp:
- Jun 1, 2023, 12:43:51 PM (20 months ago)
- Branches:
- ast-experimental, master
- Children:
- 760c88c
- Parents:
- e4a2198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/channel.hfa
re4a2198 r3eeeb88 50 50 }; 51 51 vtable(channel_closed) channel_closed_vt; 52 53 static inline bool is_insert( channel_closed & e ) { return elem != 0p; } 54 static inline bool is_remove( channel_closed & e ) { return elem == 0p; } 52 55 53 56 // #define CHAN_STATS // define this to get channel stats printed in dtor
Note: See TracChangeset
for help on using the changeset viewer.