Changeset 5e180c2


Ignore:
Timestamp:
Jan 9, 2023, 1:35:08 PM (16 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
0cee082
Parents:
8fb7402
Message:

small future touchups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/future.hfa

    r8fb7402 r5e180c2  
    5656                        this.waiters{};
    5757            this.state = FUTURE_EMPTY;
     58            this.lock{};
    5859                }
    5960
     
    148149            }
    149150            unlock( lock );
    150             // cast to (T *) needed to trick the resolver to let me return *0p
     151           
    151152            return [ret_val, false];
    152153        }
Note: See TracChangeset for help on using the changeset viewer.