Hi,
In message "[ruby-talk:03035] rb_thread_wait_for / rb_thread_schedule"
on 00/05/30, ts <decoux / moulon.inra.fr> writes:
| 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) ?
Yes. They are functions which should be moved to ruby.h.
I'll take time to reorganize them before 1.6.
matz.