From 6482d1ddc52f26d0a8e2e2a398276db73fbaa2bf Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Thu, 23 Feb 2017 15:02:16 +0100 Subject: coroutine.running, upvalue need to be attached to their thread --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2eec1ff..50c4d7e 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-54-g00ecf