1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00
amp/test
Aaron Piotrowski 6d5e0f5ff7
More direct use of fiber
Avoids creating unnecessary promise objects.

delay(0) ticking the loop only once required using delay(x) instead of delay(0) in some tests.
2020-11-05 23:55:06 -06:00
..
Iterator Fix test 2020-10-02 22:42:52 -05:00
Loop Merge branch 'master' into v3 2020-11-03 17:29:41 -06:00
Pipeline Drop sleep() and refactor delay to use await() 2020-10-06 23:40:14 -05:00
AdaptTest.php Update tests for fibers 2020-10-02 13:40:29 -05:00
AllTest.php Drop direct conversion of React promises 2020-10-30 10:19:12 -05:00
AnyTest.php Update tests for fibers 2020-10-02 13:40:29 -05:00
AsyncGeneratorTest.php Drop sleep() and refactor delay to use await() 2020-10-06 23:40:14 -05:00
CallTest.php Drop direct conversion of React promises 2020-10-30 10:19:12 -05:00
CancellationTest.php More direct use of fiber 2020-11-05 23:55:06 -06:00
CoroutineTest.php More direct use of fiber 2020-11-05 23:55:06 -06:00
DeferredTest.php Drop sleep() and refactor delay to use await() 2020-10-06 23:40:14 -05:00
DeferTest.php More direct use of fiber 2020-11-05 23:55:06 -06:00
DelayedTest.php Promisify signals 2020-10-10 09:06:49 -05:00
FailureTest.php Remove automatic Generator to Coroutine conversion 2020-10-30 10:36:19 -05:00
FirstTest.php Drop direct conversion of React promises 2020-10-30 10:19:12 -05:00
InternalPlaceholderTest.php Remove automatic Generator to Coroutine conversion 2020-10-30 10:36:19 -05:00
InternalProducerTest.php Drop direct conversion of React promises 2020-10-30 10:19:12 -05:00
LazyPromiseTest.php Remove automatic Generator to Coroutine conversion 2020-10-30 10:36:19 -05:00
LoopTest.php Drop sleep() and refactor delay to use await() 2020-10-06 23:40:14 -05:00
PipelineSourceTest.php More direct use of fiber 2020-11-05 23:55:06 -06:00
ProducerTest.php Drop direct conversion of React promises 2020-10-30 10:19:12 -05:00
PromiseTest.php More direct use of fiber 2020-11-05 23:55:06 -06:00
PsalmTest.php Update tests for fibers 2020-10-02 13:40:29 -05:00
RethrowTest.php Drop direct conversion of React promises 2020-10-30 10:19:12 -05:00
SignalTest.php Promisify signals 2020-10-10 09:06:49 -05:00
SomeTest.php Drop direct conversion of React promises 2020-10-30 10:19:12 -05:00
StructTest.php Update tests for fibers 2020-10-02 13:40:29 -05:00
SuccessTest.php Remove automatic Generator to Coroutine conversion 2020-10-30 10:36:19 -05:00
TimeoutCancellationTokenTest.php Drop sleep() and refactor delay to use await() 2020-10-06 23:40:14 -05:00
TimeoutTest.php Drop direct conversion of React promises 2020-10-30 10:19:12 -05:00
WaitTest.php Drop direct conversion of React promises 2020-10-30 10:19:12 -05:00
WrapTest.php Update tests for fibers 2020-10-02 13:40:29 -05:00