Docs.rs
  • execution-engine-0.1.4
    • execution-engine 0.1.4
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • james-swash
    • Dependencies
      • async-trait ^0.1.51 normal
      • dyn-clone ^1.0.4 normal
      • eval ^0.4.3 normal
      • futures ^0.3.16 normal
      • nats ^0.18.1 normal
      • rand ^0.8.0 normal
      • reqwest ^0.11 normal
      • serde ^1.0 normal
      • serde_json ^1.0.64 normal
      • thiserror ^1.0.26 normal
      • tokio ^1.8 normal
      • uuid ^0.8 normal
    • Versions
    • 82.47% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

execution_engine0.1.4

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • node::types::Activity
  • node::types::End
  • node::types::Exclusive
  • node::types::Start
  • reactor::Reactor
  • spawner::Spawner
  • workflow::Job
  • workflow::Message
  • workflow::Parameter
  • workflow::Pointer
  • workflow::Workflow
  • workflow::WorkflowNode

Enums

  • node::NodeError
  • node::types::Parallel
  • reactor::Event
  • spawner::SpawnerMsg
  • workflow::JobStatus
  • workflow::NodeStatus
  • workflow::WorkflowNodeStatus
  • workflow::WorkflowNodeType

Traits

  • node::Node

Functions

  • executor::execute_handler
  • executor::run
  • spawner::cancel_msg
  • spawner::execute_msg
  • spawner::spawner_channel
  • start