- Timestamp:
 - May 7, 2023, 12:35:20 PM (2 years ago)
 - Branches:
 - ADT, ast-experimental, master
 - Children:
 - ab2b352
 - Parents:
 - a32a887
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/channel.hfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/channel.hfa
ra32a887 rd5187a0 308 308 /////////////////////////////////////////////////////////////////////////////////////////// 309 309 static inline bool unregister_chan( channel(T) & chan, select_node & node ) with(chan) { 310 if ( !node`isListed && !node.park_counter ) return false; // handle special OR case310 // if ( !node`isListed && !node.park_counter ) return false; // handle special OR case 311 311 lock( mutex_lock ); 312 312 if ( node`isListed ) { // op wasn't performed  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.