saghul / sjs

Skookum JS: a JavaScript runtime
http://sjs.saghul.net
MIT License
97 stars 13 forks source link

Retry all syscalls on EINTR #41

Open saghul opened 8 years ago

saghul commented 8 years ago

Possible exception is time.sleep. Also investigate the implications on select and poll.

saghul commented 8 years ago

https://www.python.org/dev/peps/pep-0475/