From d196ce1c86c27e0b07b2ee537da07e362f44e784 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 17 Jan 2011 15:50:06 -0500 Subject: Added Adeptsense. --- modules/lua/api/coroutine.luadoc | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 modules/lua/api/coroutine.luadoc (limited to 'modules/lua/api/coroutine.luadoc') diff --git a/modules/lua/api/coroutine.luadoc b/modules/lua/api/coroutine.luadoc deleted file mode 100644 index 7e60f275..00000000 --- a/modules/lua/api/coroutine.luadoc +++ /dev/null @@ -1,10 +0,0 @@ ---- Creates coroutine from function f, returns coroutine. -function create(f) --- Continues execution of co, returns bool status plus any values. -function resume(co, val1, ...) ---- Returns co status: "running", "suspended" or "dead". -function status(co) ---- Creates coroutine with body f, returns function that resumes co. -function wrap(f) ---- Suspend execution of calling coroutine. -function yield(val1, ...) -- cgit v1.2.3