Index of class methods


C
cleanup [Lwt_engine.t]
cleanup [Lwt_engine.abstract]
Cleanup resources associated to the engine.
close [Lwt_process.process_none]
Closes the process and returns its exit status.
contents [Lwt_read_line.clipboard]

D
destroy [Lwt_engine.abstract]
Destroy the engine, remove all its events and free its associated resources.

F
fake_io [Lwt_engine.abstract]

I
iter [Lwt_engine.t]
iter [Lwt_engine.abstract]

K
kill [Lwt_process.process_none]
kill signum sends signum to the process if it is still running

L
loop [Lwt_engine.libev]
Returns loop.

O
on_readable [Lwt_engine.abstract]
on_timer [Lwt_engine.abstract]
on_writable [Lwt_engine.abstract]

P
pid [Lwt_process.process_none]
Pid of the sub-process
poll [Lwt_engine.poll_based]
poll fds tiomeout, where fds is a list of tuples of the form (fd, check_readable, check_writable), waits for either:

R
readable_count [Lwt_engine.abstract]
register_readable [Lwt_engine.t]
register_readable [Lwt_engine.abstract]
register_timer [Lwt_engine.t]
register_timer [Lwt_engine.abstract]
register_writable [Lwt_engine.t]
register_writable [Lwt_engine.abstract]
rusage [Lwt_process.process_none]
Threads which wait for the sub-process to exit then returns its resource usages

S
select [Lwt_engine.select_based]
select fds_r fds_w timeout waits for either:
set [Lwt_read_line.clipboard]
state [Lwt_process.process_none]
Return the state of the process
status [Lwt_process.process_none]
Threads which wait for the sub-process to exit then returns its exit status
stderr [Lwt_process.process_full]
stdin [Lwt_process.process_full]
stdin [Lwt_process.process]
stdin [Lwt_process.process_out]
The standard input of the process
stdout [Lwt_process.process_full]
stdout [Lwt_process.process]
stdout [Lwt_process.process_in]
The standard output of the process

T
timer_count [Lwt_engine.abstract]
transfer [Lwt_engine.abstract]
transfer engine moves all events from the current engine to engine.

W
writable_count [Lwt_engine.abstract]