wahern / cqueues

Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.
http://25thandclement.com/~william/projects/cqueues.html
MIT License
248 stars 37 forks source link

cqueues.promise does not implement interpose #213

Open Mehgugs opened 5 years ago

Mehgugs commented 5 years ago

Would be nice if the promise module could be interposed too; I'd like to add some utilities such as promise.race etc..

daurnimator commented 5 years ago

See #226