Crate shalc

Source

Re-exports§

pub extern crate slog;

Modules§

calculation
error

Structs§

Config
Configuration for Shalc.
OuterBonds
Outer code communicates with Shalc using this.
Shalc
Calculate and share specified calculation. Work algorythm is simple:

Enums§

Command
Commands from outer code. Send it through OuterBonds::command_tx.
Notification
Notifications to outer code, that can be recieved by OuterBonds::notification_rx.
State
Current calculations loop state.

Functions§

wait_for