Index of class methods


B
blocked [Lwt_stream.bounded_push]
Is a thread is blocked on Lwt_stream.bounded_push.push ?

C
cleanup [Lwt_engine.t]
cleanup [Lwt_engine.abstract]
Cleanup resources associated with the engine.
close [Lwt_process.process_none]
Closes the process and returns its exit status.
close [Lwt_stream.bounded_push]
Closes the stream.
closed [Lwt_stream.bounded_push]
Is the stream closed ?
count [Lwt_stream.bounded_push]
Number of elements in the stream queue.

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:
push [Lwt_stream.bounded_push]
Pushes a new element to the stream.

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]
resize [Lwt_stream.bounded_push]
Change the size of the stream queue.
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_reference [Lwt_stream.bounded_push]
Set the reference to an external source.
size [Lwt_stream.bounded_push]
Size of the stream.
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
terminate [Lwt_process.process_none]
Terminates the process.
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]