pyre.nexus.Asynchronous

Module Contents

class pyre.nexus.Asynchronous.Asynchronous

Bases: pyre.protocol

A protocol that specifies the two ingredients necessary for building event driven applications

marshaler
doc = the serializer that enables the transmission of objects among peers
dispatcher
doc = the manager of the event loop
run(self)

Start processing requests

prepare(self)

Carry out any necessary start up steps

watch(self)

Activate my event loop

shutdown(self)

Signal my event loop to stop processing events

shutdown(self)

Shut down and exit gracefully