I need, for an extension, to use rb_thread_wait_for() and rb_thread_schedule() and these functions are only in intern.h. Can I safely use it (i.e. theyl always be available in ruby >= 1.6) ? If not, what function can I use ? Guy Decoux