1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 18:07:57 +01:00
amp/lib
Aaron Piotrowski 8892b619a5
Remove another leftover
Forgot this when FiberScheduler was dropped.
2021-03-14 13:16:53 -05:00
..
Internal Update to simpler ext-fiber API 2021-02-11 23:02:31 -06:00
Loop Remove another leftover 2021-03-14 13:16:53 -05:00
AsyncGenerator.php Avoid creating unnecessary promise objects 2020-11-17 17:28:28 -06:00
CancellationToken.php Add more class and return types 2020-09-24 22:17:13 -05:00
CancellationTokenSource.php defer instead of Loop::defer 2020-11-01 11:14:03 -06:00
CancelledException.php Apply PSR-2 2018-06-18 20:00:01 +02:00
CombinedCancellationToken.php defer instead of Loop::defer 2020-11-01 11:14:03 -06:00
Coroutine.php Remove InvalidYieldError 2020-10-02 22:49:41 -05:00
Deferred.php Refactor internal traits as classes 2020-09-26 23:14:17 -05:00
Delayed.php Promisify signals 2020-10-10 09:06:49 -05:00
DisposedException.php Rename to Pipeline 2020-09-24 12:53:31 -05:00
Emitter.php Refactor internal traits as classes 2020-09-26 23:14:17 -05:00
Failure.php Rethrow in loop from any Awaitable failure 2020-11-01 11:19:17 -06:00
functions.php Move loop fiber storage to Loop 2021-02-19 11:38:59 -06:00
InvalidAwaitError.php Update to simpler ext-fiber API 2021-02-11 23:02:31 -06:00
Iterator.php Rename to Pipeline 2020-09-24 12:53:31 -05:00
LazyPromise.php Remove automatic Generator to Coroutine conversion 2020-10-30 10:36:19 -05:00
Loop.php Move loop fiber storage to Loop 2021-02-19 11:38:59 -06:00
MultiReasonException.php Add more class and return types 2020-09-24 22:17:13 -05:00
NullCancellationToken.php Add more class and return types 2020-09-24 22:17:13 -05:00
Pipeline.php Remove unnecessary indirection 2020-11-10 13:28:43 -06:00
PipelineSource.php Avoid creating unnecessary promise objects 2020-11-17 17:28:28 -06:00
Producer.php Refactor internal traits as classes 2020-09-26 23:14:17 -05:00
Promise.php Update promise docs and await() 2021-02-18 09:56:26 -06:00
SignalTrap.php Rename Signal to SignalTrap 2020-12-27 16:31:45 -06:00
Struct.php Update Struct to use reflection 2020-10-02 13:56:40 -05:00
Success.php Rethrow in loop from any Awaitable failure 2020-11-01 11:19:17 -06:00
TimeoutCancellationToken.php Defer cancellation callback 2020-10-02 13:55:46 -05:00
TimeoutException.php Fix invalid types in doc comments 2020-03-28 14:32:53 +01:00