Module foxbox_thinkerbell::run
[−]
[src]
Actually executing code. Launching and running the script
Reexports
pub use compile::{Error as CompileError, SourceError, TypeError}; |
Structs
Execution |
Running and controlling a single script. |
ExecutionTask |
A script ready to be executed. Each script is meant to be executed in an individual thread. |
Enums
Error | |
ExecutionEvent | |
StartStopError |