[][src]Module kompact::runtime

Kompact system runtime facilities, such as configuration and schedulers

Structs

ExecutorScheduler

A wrapper for schedulers from the executors crate

KompactConfig

A configuration builder for Kompact systems

KompactSystem

A Kompact system is a collection of components and services

Enums

KompactError

A Kompact system error

Traits

Scheduler

API for a Kompact scheduler

SystemComponents

A trait to provide custom implementations of all system components

SystemHandle

A limited version of a KompactSystem

TimerComponent

Extra trait for timers to implement

Functions

drop_default_logger

Removes the global default logger