bapsf_motion.actors.base

Module for functionality focused around the [Abstract] base actors.

Actors

Explain what an actor is.

BaseActor(*[, name, logger])

Low-level base class for any Actor class.

EventActor(*[, name, logger, loop, ...])

A base class for any Actor that will be interacting with an asncio event loop.

Inheritance diagram of bapsf_motion.actors.base.BaseActor, bapsf_motion.actors.base.EventActor