past test

This commit is contained in:
John Graley 2024-02-16 16:37:08 +00:00
parent d09418994b
commit 57dc4d55ba

View File

@ -1,8 +1,7 @@
## Notes on hyper-flexible ordering ## Notes on hyper-flexible ordering
This analysis is of a deprecated version of cotest that allows test corotuines more This analysis is of a deprecated version of cotest that allowed test corotuines more
flexibility, so that they can queue up incoming events and then flexibility, so that they could queue up incoming events and then pull them from the queue out of order.
pull them from the queue out of order.
### NEXT_EVENT_ONLY_FROM(DC) or BLOCK_EVENT() ### NEXT_EVENT_ONLY_FROM(DC) or BLOCK_EVENT()
- Consider launches A() and B() invoking mockA() and mockB() respectively. Suppose the - Consider launches A() and B() invoking mockA() and mockB() respectively. Suppose the