On 2015年6月10日 11:33:18 +1000 Daurnimator <...> wrote: > cqueues (http://25thandclement.com/~william/projects/cqueues.html) > includes a LWP (light weight process; aka thread) library: > > local ct = require "cqueues.thread" > local thread, sock = ct.start(function(sock) > sock:write("greeting\n") > end) > print(sock:read("*l")) > It is very interesting. Thank you. -- Mike