tdauth / cpp-futures-promises

Advanced futures and promises in C++.
GNU General Public License v3.0
16 stars 0 forks source link

Fix BrokenPromise support #17

Closed tdauth closed 5 years ago

tdauth commented 5 years ago

Deleting the final promise reference to a core instance should try to complete it with BrokenPromise. This prevents starvations of programs and firstSucc automatically.