Module capitan_lib::services[][src]

Modules

dynamic
prelude

Structs

IsolatedReactor

Contains and runs isolated services

SharedReactor

Contains and runs shared services

Traits

IsolatedService

Isolated services are services that can’t be accessed from the outside. they are helpful as root services, services that hold other services.

SharedService

Services with a reference to self. Can be shared among threads. Useful for monitoring services and others.