C | |
| Canceled [Lwt] |
Canceled threads fails with this exception
|
| Channel_closed [Lwt_io] |
Exception raised whan a channel is closed.
|
E | |
| Empty [Lwt_sequence] |
Exception raised by
take_* when the sequence is empty
|
| Empty [Lwt_stream] |
Exception raised when trying to retreive data from an empty
stream.
|
R | |
| Retry [Lwt_unix] |
If an action raises
Lwt_unix.Retry, it will be requeued until the file descriptor becomes readable/writable again.
|
| Retry_read [Lwt_unix] |
If an action raises
Lwt_unix.Retry_read, it will be requeued until the
file descriptor becomes readable.
|
| Retry_write [Lwt_unix] |
If an action raises
Lwt_unix.Retry_read, it will be requeued until the
file descriptor becomes writables.
|
T | |
| Timeout [Lwt_unix] |
Exception raised by timeout operations
|