require_relative '../../spec_helper' describe "Process.gid" do platform_is_not :windows do it "returns the correct gid for the user executing this process" do current_gid_according_to_unix = `id -gr`.to_i Process.gid.should == current_gid_according_to_unix end end it "also goes by Process::GID.rid" do Process::GID.rid.should == Process.gid end it "also goes by Process::Sys.getgid" do Process::Sys.getgid.should == Process.gid end end describe "Process.gid=" do it "needs to be reviewed for spec completeness" end e> IO::Buffer for scheduler interface. 2021-11-10T06:21:05+00:00 Samuel Williams samuel.williams@oriontransfer.co.nz 2021-07-02T10:41:16+00:00 4b8903421828cb9d4de139180563ae8d8f04e1ab

Add scheduler hook `Addrinfo.getaddrinfo`. (#4375) 2021-06-14T04:21:08+00:00 Samuel Williams samuel.williams@oriontransfer.co.nz 2021-06-14T04:21:08+00:00 2792acc8f29c6ee1d04b57b7b70d43519a0ceda8 Co-authored-by: Bruno Sutic <code@brunosutic.com>
Co-authored-by: Bruno Sutic <code@brunosutic.com>
Update method name and add documentation. 2021-03-30T05:38:42+00:00 Samuel Williams samuel.williams@oriontransfer.co.nz 2020-12-26T09:09:49+00:00 511acba4aeb3e35cf025a8a6cde4241b7b5167f3

doc/fiber.md: fix typos 2020-12-23T20:56:04+00:00 Marcus Stollsteimer sto.mar@web.de 2020-12-23T20:56:04+00:00 ae26d5bd41ba3718073176a6be7b16924c5b138b

Update fiber scheduler documentation. 2020-12-22T10:51:02+00:00 Samuel Williams samuel.williams@oriontransfer.co.nz 2020-12-21T21:55:29+00:00 93a56a5e98875ed619fe5c29f401a8a43632dbed