diff options
| author | Dave Gauer <[email protected]> | 2021-05-13 19:48:10 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-05-13 19:48:10 -0400 |
| commit | 110e556ae1b171fc324f3590f787e111928ff5bb (patch) | |
| tree | 9b9607e3cf7607aaa1ee8f0ab5a7364199c93492 /patches | |
| parent | be279c78f5623bc7785f9a8a3f900700d481be15 (diff) | |
| download | ziglings-110e556ae1b171fc324f3590f787e111928ff5bb.tar.xz ziglings-110e556ae1b171fc324f3590f787e111928ff5bb.zip | |
add ex088 async 5 await
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/088_async5.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/088_async5.patch b/patches/patches/088_async5.patch new file mode 100644 index 0000000..7ce4fc6 --- /dev/null +++ b/patches/patches/088_async5.patch @@ -0,0 +1,4 @@ +39c39 +< var value = ??? +--- +> var value = await myframe; |
