graph_executor

Crates.iograph_executor
lib.rsgraph_executor
version0.0.1
sourcesrc
created_at2022-02-09 13:37:39.593972
updated_at2022-02-09 13:37:39.593972
descriptiongraph_executor
homepage
repository
max_upload_size
id529699
size29,142
Yunfei He (hyf0)

documentation

README

graph-executor

An multithreaded computation scheduler. Execute your tasks in parallel with based on dependencies.

Features

  • Synced API

    • Parallel execution
    • Concurrency Limiter
    • Priority
  • Asynced API

    • Parallel execution
    • Concurrency Limiter
    • Priority

Inspired by p-graph

Commit count: 0

cargo fmt