crossbus - Rust (original) (raw)

Expand description

CrossBus is a platform-less runtime-less actor computing model

§Overview

CrossBus is an implementation ofActor Computing Model, with the concept that

actor

An abstraction for a computational entity

address

types for actors Messages Communication and Handling

blocker

blocking Execution Routine and Events

context

actor-level execution state and local environment during runtime

delayer

delayed Execution Routine and Events

message

Message Stream Execution Routine and Events

prelude

Some common traits and types

reactor

Reactor is the executor and manager of all actors,

register

Actor lifecycle Management

rtrt

Convenient Runtime for common use

stream

Stream Execution Routine and Events

timetime

time module

mainderive

Messagederive