diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-05-12 20:35:29 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-05-12 20:35:29 -0400 |
commit | e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e (patch) | |
tree | 74b7743a72798e3b56154003a12d3dda67a09a27 /patches | |
parent | 86e071f25607817a6a507956b1f759e5d13be5df (diff) | |
download | ziglings-e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e.tar.gz ziglings-e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e.tar.bz2 ziglings-e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e.tar.xz ziglings-e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e.zip |
add ex084 async
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/084_async.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/084_async.patch b/patches/patches/084_async.patch new file mode 100644 index 0000000..6164775 --- /dev/null +++ b/patches/patches/084_async.patch @@ -0,0 +1,4 @@ +49c49 +< foo(); +--- +> var foo_frame = async foo(); |