carotte
Types
pub type CarotteClient {
CarotteClient(pid: process.Pid)
}
Constructors
-
CarotteClient(pid: process.Pid)
pub type CarotteError {
Blocked
Closed
}
Constructors
-
Blocked -
Closed
Values
pub fn close(client: CarotteClient) -> Result(Nil, CarotteError)
pub fn default_client() -> Builder
pub fn start(
builder: Builder,
) -> Result(CarotteClient, CarotteError)