1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Rename to Fiber#set_scheduler.

This commit is contained in:
Samuel Williams 2020-10-16 14:25:58 +13:00
parent 656d4cddaf
commit a08ee8330d
Notes: git 2020-11-07 19:40:25 +09:00
17 changed files with 157 additions and 133 deletions

View file

@ -39,12 +39,6 @@ VALUE rb_mutex_owned_p(VALUE self);
int rb_thread_wait_for_single_fd(int fd, int events, struct timeval * timeout);
VALUE rb_thread_scheduler_get(VALUE thread);
VALUE rb_thread_scheduler_set(VALUE thread, VALUE scheduler);
VALUE rb_thread_scheduler_if_nonblocking(VALUE thread);
VALUE rb_thread_current_scheduler();
RUBY_SYMBOL_EXPORT_BEGIN
/* Temporary. This API will be removed (renamed). */
VALUE rb_thread_io_blocking_region(rb_blocking_function_t *func, void *data1, int fd);