File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
The goal of promise-async is to port [ Promise] [ promise ] & [ Async] [ async ] from JavaScript to Lua.
7
7
8
8
> A value returned by async function in JavaScript is actually a Promise Object. It's incomplete and
9
- > inflexible for using an async function wrapped by bare coroutine without Promise.
9
+ > inflexible for using an async function wrapped by bare coroutine without Promise in almost Lua
10
+ > implementation.
10
11
11
12
- [ Features] ( #features )
12
13
- [ Demonstration] ( #demonstration )
@@ -45,11 +46,11 @@ The goal of promise-async is to port [Promise][promise] & [Async][async] from Ja
45
46
46
47
#### demo.lua
47
48
48
- < https://github.com/kevinhwang91/promise-async/blob/8177d6e6ab8dae4ca5f26caf3bdc23f632595d40 /examples/demo.lua#L17-L82 >
49
+ < https://github.com/kevinhwang91/promise-async/blob/3f6dcb2f0f546e8be7e170785f07f71ef6afab34 /examples/demo.lua#L17-L82 >
49
50
50
51
#### demo.js
51
52
52
- < https://github.com/kevinhwang91/promise-async/blob/8177d6e6ab8dae4ca5f26caf3bdc23f632595d40 /examples/demo.js#L1-L58 >
53
+ < https://github.com/kevinhwang91/promise-async/blob/3f6dcb2f0f546e8be7e170785f07f71ef6afab34 /examples/demo.js#L1-L58 >
53
54
54
55
## Quickstart
55
56
You can’t perform that action at this time.
0 commit comments