graph_executor 0.0.1

graph_executor
Documentation

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