Aaron Piotrowski
|
24a1dce81c
|
Rename Future::join() to await()
|
2021-09-18 23:05:16 -05:00 |
|
Aaron Piotrowski
|
c98c9a40d2
|
Rename Amp\Future\spawn() to Amp\coroutine()
Added delay() and trap() functions.
|
2021-09-18 23:04:20 -05:00 |
|
Aaron Piotrowski
|
a35a6da724
|
Rename first() to race()
Mirrors name in JS.
|
2021-09-16 21:01:18 -05:00 |
|
Aaron Piotrowski
|
a7f31d1b98
|
Fix future completing then cancelling join
If both callbacks are enqueued they may be both invoked, so only throw to the suspension if the promise isn't resolved.
|
2021-09-16 20:54:19 -05:00 |
|
Aaron Piotrowski
|
e0fe64c495
|
Add settle()
|
2021-09-16 20:49:55 -05:00 |
|
Aaron Piotrowski
|
81b9c749a7
|
Add some()
|
2021-09-16 20:49:42 -05:00 |
|
Aaron Piotrowski
|
bfe8d635b8
|
Export Pipeline to separate repo
|
2021-09-05 23:47:06 -05:00 |
|
Aaron Piotrowski
|
eab76ca303
|
Cancellable joins
|
2021-08-29 23:28:25 -05:00 |
|
Aaron Piotrowski
|
7e30ee0c2c
|
Import Future
Co-authored-by: Niklas Keller <me@kelunik.com>
|
2021-08-29 12:18:05 -05:00 |
|