diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-05-12 21:25:48 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-05-12 21:25:48 -0400 |
commit | 5fec2602cff707f5732ac5d821e8bb18ff69ed79 (patch) | |
tree | 9c313b7d437ae72eccdbc504b25d287ef5af8a3d /patches | |
parent | d8dddd128fdb3e7d0f36c60c522a56cbcd64bc22 (diff) | |
download | ziglings-5fec2602cff707f5732ac5d821e8bb18ff69ed79.tar.gz ziglings-5fec2602cff707f5732ac5d821e8bb18ff69ed79.tar.bz2 ziglings-5fec2602cff707f5732ac5d821e8bb18ff69ed79.tar.xz ziglings-5fec2602cff707f5732ac5d821e8bb18ff69ed79.zip |
add ex086 async 3
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/086_async3.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/patches/086_async3.patch b/patches/patches/086_async3.patch new file mode 100644 index 0000000..2e52b2b --- /dev/null +++ b/patches/patches/086_async3.patch @@ -0,0 +1,9 @@ +16c16,21 +< ??? +--- +> // Silly solution. You can also use a loop. +> resume foo_frame; +> resume foo_frame; +> resume foo_frame; +> resume foo_frame; +> resume foo_frame; |