From a08ee8330d3d739467bfa34deeb797d83e59ed3c Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 16 Oct 2020 14:25:58 +1300 Subject: Rename to `Fiber#set_scheduler`. --- internal/thread.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'internal/thread.h') diff --git a/internal/thread.h b/internal/thread.h index 13e419bc95..09b8551b5c 100644 --- a/internal/thread.h +++ b/internal/thread.h @@ -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); -- cgit v1.2.3