You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys I really appreciate the method thunkify.event()
However, I think it would be great to have something like this:
vareventify=require('thunkify-wrap').eventifyeventify(emitter)co(function*(){yieldemitter.once('ready')// returns a thunk if handler not providedyieldfunction(done){emitter.once('finish',done)// works normally}})
The text was updated successfully, but these errors were encountered:
Hey guys I really appreciate the method
thunkify.event()
However, I think it would be great to have something like this:
The text was updated successfully, but these errors were encountered: