
On Thu, Oct 6, 2011 at 11:21 AM, Kazu Yamamoto
OK, that one's even easier to implement. Please check out the most recent commit. I also realized that the Warp module already exports all the functions (I think) you need to use the timeout module; let me know if something's missing.
Ah. Thanks. I should have looked the recent version carefully.
I think that "register", "cancel", "tickle", "initialize" should be also disclosed. (I'm not sure that "withManager" is good enough to solve my problem at this moment. Disclosing "initialize" would be appriciated.)
tickle and resume are actually the same. I'd rather not expose both, since I assume we'll be dropping one of them at some point. My latest commit exposed cancel, and I'll add register and initialize. But what's the use case where you need initialize? Michael