Fix up cancel and timer a bit

This commit is contained in:
Jason Paryani
2014-04-13 18:15:36 -07:00
parent f58f5d4846
commit c2b9d14268
3 changed files with 50 additions and 3 deletions

View File

@@ -38,4 +38,4 @@ cdef extern from "../helpers/serialize.h":
cdef extern from "../helpers/asyncHelper.h":
void waitNeverDone(WaitScope&)
Timer * getTimer(AsyncIoContext *)
Timer * getTimer(AsyncIoContext *) except +reraise_kj_exception