# Functions
Chan_Methods appends Methods to a slice that invoke the methods on s.
Chan_NewServer creates a new Server from an implementation of Chan_Server.
Chan_ServerToClient creates a new Client from an implementation of Chan_Server.
Closer_Methods appends Methods to a slice that invoke the methods on s.
Closer_NewServer creates a new Server from an implementation of Closer_Server.
Closer_ServerToClient creates a new Client from an implementation of Closer_Server.
NewChan creates a new list of Chan.
No description provided by the author
NewChan_newRecver_Params creates a new list of Chan_newRecver_Params.
No description provided by the author
NewChan_newRecver_Results creates a new list of Chan_newRecver_Results.
No description provided by the author
NewChan_newSendCloser_Params creates a new list of Chan_newSendCloser_Params.
No description provided by the author
NewChan_newSendCloser_Results creates a new list of Chan_newSendCloser_Results.
No description provided by the author
NewCloser_close_Params creates a new list of Closer_close_Params.
No description provided by the author
NewCloser_close_Results creates a new list of Closer_close_Results.
NewCloser creates a new list of Closer.
NewRecver creates a new list of Recver.
No description provided by the author
NewRecver_recv_Params creates a new list of Recver_recv_Params.
No description provided by the author
NewRecver_recv_Results creates a new list of Recver_recv_Results.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSendCloser creates a new list of SendCloser.
No description provided by the author
NewSendCloser_newCloser_Params creates a new list of SendCloser_newCloser_Params.
No description provided by the author
NewSendCloser_newCloser_Results creates a new list of SendCloser_newCloser_Results.
No description provided by the author
NewSendCloser_newSender_Params creates a new list of SendCloser_newSender_Params.
No description provided by the author
NewSendCloser_newSender_Results creates a new list of SendCloser_newSender_Results.
NewSender creates a new list of Sender.
No description provided by the author
NewSender_send_Params creates a new list of Sender_send_Params.
No description provided by the author
NewSender_send_Results creates a new list of Sender_send_Results.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Recver_Methods appends Methods to a slice that invoke the methods on s.
Recver_NewServer creates a new Server from an implementation of Recver_Server.
Recver_ServerToClient creates a new Client from an implementation of Recver_Server.
No description provided by the author
SendCloser_Methods appends Methods to a slice that invoke the methods on s.
SendCloser_NewServer creates a new Server from an implementation of SendCloser_Server.
SendCloser_ServerToClient creates a new Client from an implementation of SendCloser_Server.
Sender_Methods appends Methods to a slice that invoke the methods on s.
Sender_NewServer creates a new Server from an implementation of Sender_Server.
Sender_ServerToClient creates a new Client from an implementation of Sender_Server.
# Constants
Chan_newRecver_Params_TypeID is the unique identifier for the type Chan_newRecver_Params.
Chan_newRecver_Results_TypeID is the unique identifier for the type Chan_newRecver_Results.
Chan_newSendCloser_Params_TypeID is the unique identifier for the type Chan_newSendCloser_Params.
Chan_newSendCloser_Results_TypeID is the unique identifier for the type Chan_newSendCloser_Results.
Chan_TypeID is the unique identifier for the type Chan.
Closer_close_Params_TypeID is the unique identifier for the type Closer_close_Params.
Closer_close_Results_TypeID is the unique identifier for the type Closer_close_Results.
Closer_TypeID is the unique identifier for the type Closer.
Recver_recv_Params_TypeID is the unique identifier for the type Recver_recv_Params.
Recver_recv_Results_TypeID is the unique identifier for the type Recver_recv_Results.
Recver_TypeID is the unique identifier for the type Recver.
SendCloser_newCloser_Params_TypeID is the unique identifier for the type SendCloser_newCloser_Params.
SendCloser_newCloser_Results_TypeID is the unique identifier for the type SendCloser_newCloser_Results.
SendCloser_newSender_Params_TypeID is the unique identifier for the type SendCloser_newSender_Params.
SendCloser_newSender_Results_TypeID is the unique identifier for the type SendCloser_newSender_Results.
SendCloser_TypeID is the unique identifier for the type SendCloser.
Sender_send_Params_TypeID is the unique identifier for the type Sender_send_Params.
Sender_send_Results_TypeID is the unique identifier for the type Sender_send_Results.
Sender_TypeID is the unique identifier for the type Sender.
# Structs
Chan_newRecver holds the state for a server call to Chan.newRecver.
Chan_newRecver_Params_Future is a wrapper for a Chan_newRecver_Params promised by a client call.
Chan_newRecver_Results_Future is a wrapper for a Chan_newRecver_Results promised by a client call.
Chan_newSendCloser holds the state for a server call to Chan.newSendCloser.
Chan_newSendCloser_Params_Future is a wrapper for a Chan_newSendCloser_Params promised by a client call.
Chan_newSendCloser_Results_Future is a wrapper for a Chan_newSendCloser_Results promised by a client call.
Closer_close holds the state for a server call to Closer.close.
Closer_close_Params_Future is a wrapper for a Closer_close_Params promised by a client call.
Closer_close_Results_Future is a wrapper for a Closer_close_Results promised by a client call.
Recver_recv holds the state for a server call to Recver.recv.
Recver_recv_Params_Future is a wrapper for a Recver_recv_Params promised by a client call.
Recver_recv_Results_Future is a wrapper for a Recver_recv_Results promised by a client call.
SendCloser_newCloser holds the state for a server call to SendCloser.newCloser.
SendCloser_newCloser_Params_Future is a wrapper for a SendCloser_newCloser_Params promised by a client call.
SendCloser_newCloser_Results_Future is a wrapper for a SendCloser_newCloser_Results promised by a client call.
SendCloser_newSender holds the state for a server call to SendCloser.newSender.
SendCloser_newSender_Params_Future is a wrapper for a SendCloser_newSender_Params promised by a client call.
SendCloser_newSender_Results_Future is a wrapper for a SendCloser_newSender_Results promised by a client call.
Sender_send holds the state for a server call to Sender.send.
Sender_send_Params_Future is a wrapper for a Sender_send_Params promised by a client call.
Sender_send_Results_Future is a wrapper for a Sender_send_Results promised by a client call.
# Interfaces
A Chan_Server is a Chan with a local implementation.
A Closer_Server is a Closer with a local implementation.
A Recver_Server is a Recver with a local implementation.
A SendCloser_Server is a SendCloser with a local implementation.
A Sender_Server is a Sender with a local implementation.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author