Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
document .w, .started
  • Loading branch information
moritz committed Jan 25, 2015
1 parent d93a043 commit ccb0946
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/Type/Proc/Async.pod
Expand Up @@ -104,6 +104,14 @@ Note that you cannot call C<stderr> both with and without C<:bin> on the same
object; it will throw an exception of type L<X::Proc::Async::CharsOrBytes> if
you try.
=head2 method w
method w(Proc::Async:D:)
Returns a true value if C<:w> as passed to the constructor, that is, if the
external program is started with its input stream made available to input from
the program through C<print>, C<say> and C<write>.
=head2 method start
method start(Proc::Async:D:, :$scheduler = $*SCHEDULER) returns Promise:D
Expand All @@ -117,6 +125,12 @@ called before, an exception of L<type
X::Proc::Async::AlreadyStarted|/type/X::Proc::Async::AlreadyStarted> is
thrown.
=head2 method started
method started(Proc::Async:D:) returns Bool:D
Returns C<False> before C<.start> has been called, and C<True> afterwards.
=head2 method path
method path(Proc::Async:D:)
Expand Down

0 comments on commit ccb0946

Please sign in to comment.