[][src]Module evmap::handles

Handles to the read and write halves of an evmap.

Structs

ReadHandle

A handle that may be used to read from the eventually consistent map.

ReadHandleFactory

A type that is both Sync and Send and lets you produce new ReadHandle instances.

WriteHandle

A handle that may be used to modify the eventually consistent map.