Crate gluerunner

Source

Structs§

RequestError
Runner
A component responsible for GlueNode execution. All GlueNode are sorted into different layers based on their depth and dependance between each other.
Stack
A sequential executor of Runner instances.

Functions§

execute_node
Executes http call for a specific GlueNode behind an Arc<Mutex<T>> using provided dependencies and heap HashMap.
heap
Create a new heap map protected by Arc<Mutex<T>>
send_http_request
Executes HTTP request declared in node.