1. 1. Introduction
  2. 2. Quickstart
    1. 2.1. Setup
    2. 2.2. Simplest Example
    3. 2.3. Simple Example
    4. 2.4. A Example With Streaming Input
    5. 2.5. Graph Neighbors
    6. 2.6. Graph Reachability
    7. 2.7. Graph Un-Reachability
    8. 2.8. Networked Services 1: EchoServer
    9. 2.9. Networked Services 2: ChatServer
  3. 3. Syntax
    1. 3.1. Rust Embedding
    2. 3.2. Flows
    3. 3.3. Data Sources
    4. 3.4. Operators
    5. 3.5. State and Lifetimes
  4. 4. The Hydro Ecosystem
  5. 5. Concepts
    1. 5.1. Life and Times of Hydroflow
    2. 5.2. Blocking Ops and Stratification
    3. 5.3. Distributed Time
    4. 5.4. Debugging Hydroflow
    5. 5.5. Error Handling
  6. 6. Architecture
    1. 6.1. Scheduling
    2. 6.2. Handoffs
    3. 6.3. Networking
    4. 6.4. Subgraph In-Out Trees
  7. 7. The Lattices Crate
    1. 7.1. Lattice Math
  8. 8. TODO
  9. 9. FAQ

The Hydroflow Book

Handoffs

TODO