PerThreadMailboxes

public class PerThreadMailboxes<
  Message: MergeableMessage,
  Graph: GraphProtocol
>: MailboxesProtocol where Graph.VertexId: IdIndexable

Mailboxes that allow communication without synchronization.

Note: messages are delivered only once.