AnyEvent-Subprocess documentation
AnyEvent-Subprocess - README
AnyEvent-Subprocess - Changes
AnyEvent-Subprocess - META.yml
AnyEvent-Subprocess Makefile.PL
AnyEvent::Subprocess - flexible, OO, asynchronous process spawning and management
[
view source
]
AnyEvent::Subprocess::DefaultDelegates - sets up default delegate name/builder mappings
[
view source
]
AnyEvent::Subprocess::Delegate - role representing a delegate
[
view source
]
AnyEvent::Subprocess::Done - represents a completed subprocess run
[
view source
]
AnyEvent::Subprocess::Done::Delegate - role that delegates on the Done class must implement
[
view source
]
AnyEvent::Subprocess::Done::Delegate::CaptureHandle - store the output generated by a handle while the process was running
[
view source
]
AnyEvent::Subprocess::Done::Delegate::Handle - store leftover wbuf/rbuf from running Handle
[
view source
]
AnyEvent::Subprocess::Done::Delegate::State - thread state through the job/run/done lifecycle
[
view source
]
AnyEvent::Subprocess::Done::Delegate::Timeout - done delegate for a job that can time out
[
view source
]
AnyEvent::Subprocess::Easy - wrappers around AnyEvent::Subprocess to save typing in simple cases
[
view source
]
AnyEvent::Subprocess::Handle - AnyEvent::Handle subclass with some additional methods for AnyEvent::Subprocess
[
view source
]
AnyEvent::Subprocess::Job - role representing a runnable job
[
view source
]
AnyEvent::Subprocess::Job::Delegate - role that delegates on the Job class must implement
[
view source
]
AnyEvent::Subprocess::Job::Delegate::Callback - call callbacks for each job/run/done step
[
view source
]
AnyEvent::Subprocess::Job::Delegate::CaptureHandle - capture the data that comes in via a handle
[
view source
]
AnyEvent::Subprocess::Job::Delegate::CompletionCondvar - provide a condvar to indicate completion
[
view source
]
AnyEvent::Subprocess::Job::Delegate::Handle - share a filehandle or socket with the child
[
view source
]
AnyEvent::Subprocess::Job::Delegate::MonitorHandle - monitor a handle for input and invoke callbacks with that input
[
view source
]
AnyEvent::Subprocess::Job::Delegate::PrintError - Print errors to a filehandle
[
view source
]
AnyEvent::Subprocess::Job::Delegate::Pty - give the child a pseudo-terminal
[
view source
]
AnyEvent::Subprocess::Job::Delegate::Timeout - Kill a subprocess if it takes too long
[
view source
]
AnyEvent::Subprocess::Role::WithDelegates - paramaterized role consumed by classes that have delegates
[
view source
]
AnyEvent::Subprocess::Role::WithDelegates::Manager - manage delegate shortcuts
[
view source
]
AnyEvent::Subprocess::Running - represents a running subprocess
[
view source
]
AnyEvent::Subprocess::Running::Delegate - delegate on the running process class
[
view source
]
AnyEvent::Subprocess::Running::Delegate::Callback - the C
part of the Callback delegate
[
view source
]
AnyEvent::Subprocess::Running::Delegate::CaptureHandle - Running part of the CaptureHandle delegate
[
view source
]
AnyEvent::Subprocess::Running::Delegate::CompletionCondvar - Running part of the CompletionCondvar delegate
[
view source
]
AnyEvent::Subprocess::Running::Delegate::Handle - Running part of the Handle delegate
[
view source
]
AnyEvent::Subprocess::Running::Delegate::MonitorHandle - Running part of the MonitorHandle delegate
[
view source
]
AnyEvent::Subprocess::Running::Delegate::Timeout - Running part of Timeout delegate
[
view source
]
AnyEvent::Subprocess::Types - C
used internally
[
view source
]
Back to
home
.
Contained in the
AnyEvent-Subprocess
distribution.