Changes for version 0.204003 - 2023-08-22

  • Changes
    • Type comments of the ioctl method in the IO::Handle are changed.
      • method ioctl : int ($request : int, $request_arg : object = undef of Byte|Short|Int|Long|Float|Double|object);
      • static method ioctl : int ($fd : int, $request : int, $request_arg_ref : object of byte[]|short[]|int[]|long[]|float[]|double[]|object = undef);
  • Bug Fix
    • A bug is fixed: The blocking method in the IO::Handle has not work well in Windows.

Modules

File IO, Socket, Select/Polling.
File Input/Output
I/O Handling
Socket Communications