Hi,
In message "[ruby-talk:15120] threads and extensions"
on 01/05/15, Avi Bryant <avi / beta4.com> writes:
|Is explicitly using CHECK_INTS a good idea?
Yes.
|Does any rescheduling happen when using rb_funcall() to call back into ruby code?
Possible, but not for sure.
|What's the best way to do IO?
How about making extension focus on data processing, separating IO to
Ruby code, if situation allows?
matz.