Freckle


Mailbox<'e>

Namespace: Freckle

The mailbox is the concept of messages passed from external parts of the system A mailbox should preferably should only have one consumer and one or more producers

Record Fields

Record FieldDescription
AwaitMail
Signature: Async<unit>
Clear
Signature: Async<unit>
Post
Signature: 'e -> Async<unit>
Read
Signature: Async<Feed<'e>>
Fork me on GitHub