A | |
Address [Async.Std.Socket] | |
Async |
This is documentation for a subset of the
Async library that should be
sufficient for completing problem set 5.
|
D | |
Deferred [Async.Std] | |
I | |
Ivar [Async.Std] |
Ivars are like write-once
ref s.
|
L | |
List [Async.Std.Deferred] | |
P | |
Pipe [Async.Std] |
A Pipe is a first-in first-out communication channel.
|
R | |
Reader [Async.Std] |
The Reader module (not to be confused with
Pipe.Reader ) is for doing
network and file input.
|
Reader [Async.Std.Pipe] | |
S | |
Socket [Async.Std] |
The socket module contains types necessary for working with the
Tcp
module.
|
Std [Async] |
The common definitions for
Async .
|
T | |
Tcp [Async.Std] |
Functions for connecting to remote hosts over the network.
|
W | |
Writer [Async.Std] |
The Writer module (not to be confused with
Pipe.Writer ) is for doing
network and file output.
|
Writer [Async.Std.Pipe] |