aboutsummaryrefslogtreecommitdiffstats
path: root/ractor.h
Commit message (Expand)AuthorAgeFilesLines
* Ractor's "will" doesn't need copying.Koichi Sasada2020-10-311-4/+4
* refactoring rb_ractor_confirm_belonging()Koichi Sasada2020-10-211-3/+8
* Ractor-safe rb_objspace_reachable_objects_fromKoichi Sasada2020-10-211-1/+6
* Some global variables can be accessed from ractorsKoichi Sasada2020-10-201-0/+2
* Use language TLS specifier if it is possible.Koichi Sasada2020-10-201-0/+8
* change rb_ractor_queue to ring buffertompng2020-10-121-0/+1
* Add Ractor#receive and Ractor.receive and use it in all placesBenoit Daloze2020-10-101-5/+5
* Ractor#close_outgoping cancel Ractor.yieldKoichi Sasada2020-09-251-0/+1
* show object info to debug purpose.Koichi Sasada2020-09-181-2/+3
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-0/+269