morganstanley / hobbes

A language and an embedded JIT compiler

Home Page:http://hobbes.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeout parameter in stepEventLoop gets ignored

mo-xiaoming opened this issue · comments

If the timeoutMS parameter is anything other than -1

  1. If there are any timers, this timeout gets ignored
  2. otherwise, epoll_wait timeouts out on this, but stepEventLoop doesn't exit