diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-23 15:02:16 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-23 15:06:01 +0100 |
commit | 6482d1ddc52f26d0a8e2e2a398276db73fbaa2bf (patch) | |
tree | b1bddc73de8865e020add398cee358a250986385 /README.md | |
parent | 2ffe44e84bfb72f44e4a2a598591cf0ec1c1c704 (diff) | |
download | fengari-6482d1ddc52f26d0a8e2e2a398276db73fbaa2bf.tar.gz fengari-6482d1ddc52f26d0a8e2e2a398276db73fbaa2bf.tar.bz2 fengari-6482d1ddc52f26d0a8e2e2a398276db73fbaa2bf.zip |
coroutine.running, upvalue need to be attached to their thread
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ - [x] nil - [x] boolean - [x] table + - [ ] weak table - [x] function - [ ] string (8-bit clean) - [ ] number (32-bit ?) @@ -226,9 +227,9 @@ - [x] coroutine.create - [x] coroutine.isyieldable - [x] coroutine.resume + - [x] coroutine.running - [x] coroutine.status - [x] coroutine.yield - - [ ] coroutine.running - [ ] coroutine.wrap - [ ] Debug (errors) - [ ] DOM API binding |