[ruby-cvs:71482] normal:r64390 (trunk): thread.c (consume_communication_pipe): disarm UBF_TIMER before consume
normal at ruby-lang.org
normal at ruby-lang.org
Thu Aug 16 18:16:11 JST 2018
normal 2018-08-16 18:16:11 +0900 (Thu, 16 Aug 2018)
New Revision: 64390
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64390
Log:
thread.c (consume_communication_pipe): disarm UBF_TIMER before consume
Same reasoning as the disarm in rb_sigwait_fd_get, the current
thread is already processing signals, so we do not need
UBF_TIMER to continually kick the process, anymore.
Modified files:
trunk/thread.c
trunk/thread_win32.c
More information about the ruby-cvs
mailing list