mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Add ex089 Async 6
This commit is contained in:
6
patches/patches/089_async6.patch
Normal file
6
patches/patches/089_async6.patch
Normal file
@@ -0,0 +1,6 @@
|
||||
44,45c44,45
|
||||
< var com_title = com_frame;
|
||||
< var org_title = org_frame;
|
||||
---
|
||||
> var com_title = await com_frame;
|
||||
> var org_title = await org_frame;
|
||||
Reference in New Issue
Block a user