From 57dc4d55bab8a2b2f42299fe708edd0ef03ded40 Mon Sep 17 00:00:00 2001 From: John Graley Date: Fri, 16 Feb 2024 16:37:08 +0000 Subject: [PATCH] past test --- coroutines/sheared-ordering.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/coroutines/sheared-ordering.md b/coroutines/sheared-ordering.md index 109cec6ec..51eae3a7c 100644 --- a/coroutines/sheared-ordering.md +++ b/coroutines/sheared-ordering.md @@ -1,8 +1,7 @@ ## Notes on hyper-flexible ordering -This analysis is of a deprecated version of cotest that allows test corotuines more -flexibility, so that they can queue up incoming events and then -pull them from the queue out of order. +This analysis is of a deprecated version of cotest that allowed test corotuines more +flexibility, so that they could queue up incoming events and then pull them from the queue out of order. ### NEXT_EVENT_ONLY_FROM(DC) or BLOCK_EVENT() - Consider launches A() and B() invoking mockA() and mockB() respectively. Suppose the