method proc
| 1 | class IO::Pipe |
| 1.1 | (IO::Pipe) method proc |
| 2 | class X::Proc::Unsuccessful |
| 2.1 | (X::Proc::Unsuccessful) method proc |
| 3 | role X::Proc::Async |
| 3.1 | (X::Proc::Async) method proc |
Documentation for method proc assembled from the following types:
class IO::Pipe
From IO::Pipe
(IO::Pipe) method proc
Defined as:
method proc(IO::Pipe: --> Proc)
Returns the Proc object from which the pipe originates.
class X::Proc::Unsuccessful
(X::Proc::Unsuccessful) method proc
method proc(X::Proc::Unsuccessful --> Proc)
Returns the object that threw the exception.
role X::Proc::Async
From X::Proc::Async
(X::Proc::Async) method proc
method proc(X::Proc::Async --> Proc::Async)
Returns the object that threw the exception.