From e8a12210e0a5a0d86b5bacfd10e673b36d56fb38 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Thu, 23 Feb 2017 15:14:11 +0100 Subject: coroutine.wrap --- README.md | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 50c4d7e..714c482 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,7 @@ - [ ] float - [ ] userdata - [ ] thread -- [ ] Tag Methods - - [x] ... - - [ ] `__tostring` - - [ ] `__pairs` +- [x] Tag Methods - [ ] C API - [x] lua_absindex - [x] lua_atpanic @@ -201,36 +198,11 @@ - [ ] luaL_unref - [ ] Standard library - [ ] Base lib - - [x] assert - - [x] collectgarbage (unavailable) - - [x] error - - [x] getmetatable - - [x] ipairs - - [x] next - - [x] pairs - - [x] pcall - - [x] print - - [x] rawequal - - [x] rawget - - [x] rawlen - - [x] rawset - - [x] select - - [x] setmetatable - - [x] tonumber - - [x] tostring - - [x] type - - [x] xpcall + - [x] ... - [ ] dofile - [ ] loadfile - [ ] load - - [ ] Coroutine - - [x] coroutine.create - - [x] coroutine.isyieldable - - [x] coroutine.resume - - [x] coroutine.running - - [x] coroutine.status - - [x] coroutine.yield - - [ ] coroutine.wrap + - [x] Coroutine - [ ] Debug (errors) - [ ] DOM API binding - [ ] Parse Lua -- cgit v1.2.3-54-g00ecf