Ignore:
Timestamp:
Oct 29, 2021, 5:18:57 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
58ca0a0a
Parents:
e8ac228
Message:

Added missing io_future_t reset function.

File:
1 edited

Legend:

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

    re8ac228 rc2ba08a  
    188188                return wait(this.self);
    189189        }
     190
     191        void reset( io_future_t & this ) {
     192                return reset(this.self);
     193        }
    190194}
Note: See TracChangeset for help on using the changeset viewer.