1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Nobuyoshi Nakada
a88b19d3d0
Suppress the “experimental" warnings for IO::Buffer
As this warning is emitted just once per processes, needs in each
files when parallel testing.
2021-11-23 16:08:53 +09:00
Samuel Williams
5190926e40 Validate string type when constructing IO::Buffer for string mapping. 2021-11-17 10:39:54 +13:00
Samuel Williams
c833ece5f7 Rework implementation of IO::Buffer.for(string) to use string locking. 2021-11-12 16:46:08 +13:00
Samuel Williams
98b442e013 More immutability and locking tests. 2021-11-12 16:46:08 +13:00
Samuel Williams
4b89034218 IO::Buffer for scheduler interface. 2021-11-10 19:21:05 +13:00