From 469d4dfbf40dd5512f53ce1cb022e1aa4639443b Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 12 May 2021 21:36:57 -0400 Subject: add ex087 async 4 --- patches/patches/087_async4.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/patches/087_async4.patch (limited to 'patches') diff --git a/patches/patches/087_async4.patch b/patches/patches/087_async4.patch new file mode 100644 index 0000000..9ea5012 --- /dev/null +++ b/patches/patches/087_async4.patch @@ -0,0 +1,10 @@ +19c19 +< ??? +--- +> resume foo_frame; +27,28c27,28 +< ??? +< ??? +--- +> global_counter += 1; +> suspend; -- cgit v1.2.3-ZIG