diff options
| author | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2024-11-20 19:40:17 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-20 19:40:17 +1300 |
| commit | 9c268302bfb4890d3757caa60981802a88bfbd89 (patch) | |
| tree | 7aab2128ac5caf11baddee06d7b357dc6ab5c43d /common.mk | |
| parent | 86b1c838573b5459e9e5b8fab62ec3430d2ac872 (diff) | |
Introduce `Fiber::Scheduler#blocking_operation_wait`. (#12016)
Redirect `rb_nogvl` blocking operations to the fiber scheduler if possible
to prevent stalling the event loop.
[Feature #20876]
Notes
Notes:
Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16689,6 +16689,7 @@ scheduler.$(OBJEXT): {$(VPATH)}scheduler.c scheduler.$(OBJEXT): {$(VPATH)}shape.h scheduler.$(OBJEXT): {$(VPATH)}st.h scheduler.$(OBJEXT): {$(VPATH)}subst.h +scheduler.$(OBJEXT): {$(VPATH)}thread.h scheduler.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h scheduler.$(OBJEXT): {$(VPATH)}thread_native.h scheduler.$(OBJEXT): {$(VPATH)}vm_core.h |
