1
0
Fork 0
mirror of https://gitlab.com/niansa/libasync.git synced 2025-03-06 20:53:29 +01:00
Commit graph

1 commit

Author SHA1 Message Date
Kacper Słomiński
4d77c02558 promise: refactor into promise + future, move into it's own file
This is more flexible than the previous implementation (which was
basically an oneshot_event that carried a value), and it disentangles
the result<T> implementation from promise<T>.
2021-09-25 19:00:45 +02:00