You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New interface to Pipes moves to using integer pipe IDs rather than Pipe (external pointer) objects:
send() and send_aio() gain the argument 'pipe' which accepts an integer pipe ID for directed sends (currently only supported by Sockets using the 'poly' protocol).
A 'recvAio' now records the integer pipe ID, where successful, at $aio upon resolution.
Pipe objects (of class 'nanoPipe') are obsoleted.
Adds monitor() and read_monitor() for easy monitoring of connection changes (pipe additons and removals) at a Socket.
Updates
collect_pipe() is removed given the pipe interface changes.