halayli / lthread

lthread, a multicore enabled coroutine library written in C
Other
814 stars 82 forks source link

EINTR -> should try again #25

Closed nchazin closed 10 years ago

nchazin commented 10 years ago

At https://github.com/halayli/lthread/blob/master/src/lthread_sched.c#L106 if errno is EINTR, then instead of aborting the poll should be retried!

joshg commented 10 years ago

What great open source support! :)

halayli commented 10 years ago

:+1: