summaryrefslogtreecommitdiff
path: root/ractor.h
AgeCommit message (Expand)Author
2020-10-21refactoring rb_ractor_confirm_belonging()Koichi Sasada
2020-10-21Ractor-safe rb_objspace_reachable_objects_fromKoichi Sasada
2020-10-20Some global variables can be accessed from ractorsKoichi Sasada
2020-10-20Use language TLS specifier if it is possible.Koichi Sasada
2020-10-12change rb_ractor_queue to ring buffertompng
2020-10-10Add Ractor#receive and Ractor.receive and use it in all placesBenoit Daloze
2020-09-25Ractor#close_outgoping cancel Ractor.yieldKoichi Sasada
2020-09-18show object info to debug purpose.Koichi Sasada
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada