[][src]Crate kompact

The Kompact message-passing framework provides a hybrid approach between the Kompics component model and the Actor model for writing distributed systems.

To get all kompact related things into scope import use kompact::prelude::*; instead of use kompact::*;.

Modules

dedicated_scheduler
default_components
messaging

Messaging types for sending and receiving messages between remote actors.

net
prelude

To get all kompact related things into scope import use kompact::prelude::*.

prelude_test

For test helpers also use use prelude_test::*.

timer

Macros

ignore_control
match_deser

Type Definitions

KompactLogger
Never

A more readable placeholder for a stable Never (!) type.