1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/internal
Samuel Williams 5f69a7f604
Expose scheduler as public interface & bug fixes. (#3945)
* Rename `rb_scheduler` to `rb_fiber_scheduler`.

* Use public interface if available.

* Use `rb_check_funcall` where possible.

* Don't use `unblock` unless the fiber was non-blocking.
2021-02-09 19:39:56 +13:00
..
array.h
bignum.h Move rb_big_isqrt declaration 2021-01-31 09:23:51 +09:00
bits.h
class.h Add RCLASS_SUBCLASSES Macro 2021-02-01 08:42:54 -08:00
compar.h
compile.h
compilers.h Update compilers.h [ci skip] 2021-01-05 01:06:07 +09:00
complex.h
cont.h Expose scheduler as public interface & bug fixes. (#3945) 2021-02-09 19:39:56 +13:00
dir.h
enc.h
encoding.h
enum.h
enumerator.h
error.h
eval.h
file.h
fixnum.h
gc.h
hash.h
imemo.h enable constant cache on ractors 2021-01-05 02:27:58 +09:00
inits.h
io.h
load.h
loadpath.h
math.h
missing.h
numeric.h Allow inlining Integer#-@ and #~ 2020-12-22 22:32:19 -08:00
object.h
parse.h
proc.h
process.h
random.h
range.h
rational.h
re.h
sanitizers.h
serial.h
signal.h
static_assert.h
string.h
struct.h
symbol.h
thread.h
time.h
transcode.h
util.h
variable.h
vm.h Revert "[Bug #11213] let defined?(super) call respond_to_missing?" 2021-01-13 18:11:46 +09:00
warnings.h