Index of types


C
channel [Lwt_io]
Type of buffered byte channels
command [Lwt_process]
A command is a program name with a list of arguments
condition [Lwt_monitor]
Condition variable type.
current_time [Lwt_main]
The current time.

D
direct_access [Lwt_io]
Informations for accessing directly to the internal buffer of a channel:

F
fd_set [Lwt_main]
A set of file-descriptors
file_descr [Lwt_unix]
The abstract type for file descriptors.
file_name [Lwt_io]
Type of file names

I
input [Lwt_io]
Input mode
input_channel [Lwt_io]
Type of input channels

K
key [Lwt_throttle.S]

L
lazy_list [Lwt_stream]
Type of lazy-lists

M
mode [Lwt_io]
Channel mode

N
node [Lwt_sequence]
Type of a node holding one value of type 'a in a sequence
node [Lwt_stream]
Type of a node of a lazy-list:
notifier [Lwt_signal]
Type of signal notifiers
notifier [Lwt_event]
Type of event notifiers

O
output [Lwt_io]
Output mode
output_channel [Lwt_io]
Type of output channels

R
region [Lwt_util]

S
select [Lwt_main]
Type of a select-like function
socket [Lwt_ssl]
state [Lwt_unix]
State of a file descriptor
state [Lwt]
State of a thread:

T
t [Lwt_timeout]
t [Lwt_throttle.S]
t [Lwt_pool]
Type of pools
t [Lwt_mutex]
t [Lwt_mvar]
The type of a mailbox variable.
t [Lwt_monitor]
The monitor type, used to synchronize the activity of threads around a common shared resource or critical section of code.
t [Lwt_sequence]
Type of a sequence holding values of type 'a
t [Lwt_stream]
Type of a stream holding values of type 'a
t [Lwt]
The type of threads returning a result of type 'a.

U
u [Lwt]
The type of thread wakeners.

W
watchers [Lwt_unix]
Type of a set of watchers, i.e.