tristanable

Tristanable network message queuing framework

Modules

encoding
module tristanable.encoding

Encoding/decoding of the tristanable format

exceptions
module tristanable.exceptions

Error handling type definitions

manager
module tristanable.manager

Interface which manages a provided socket and enqueuing and dequeuing of queues

queue
module tristanable.queue

A queue of queue items all of the same tag

Public Imports

tristanable.manager
public import tristanable.manager;

Interface which manages a provided socket and enqueuing and dequeuing of queues

Members

Imports

ErrorType (from tristanable.exceptions)
public import tristanable.exceptions : TristanableException, ErrorType;

Error handling type definitions

Queue (from tristanable.queue)
public import tristanable.queue : Queue;

A queue of queue items all of the same tag

TaggedMessage (from tristanable.encoding)
public import tristanable.encoding : TaggedMessage;

Encoding/decoding of the tristanable format

TristanableException (from tristanable.exceptions)
public import tristanable.exceptions : TristanableException, ErrorType;

Error handling type definitions

Meta