clockworker 0.2.1

A single-threaded async executor with EEVDF-based fair scheduling and pluggable task schedulers
Documentation
# Ignore build artifacts
target/
!target/release/

# Ignore git
.git/
.gitignore

# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# Ignore temporary files
*.tmp
*.log

# Ignore documentation that's not needed for benchmarks
*.md
!README.md

# Ignore nested target directories in monoio-benchmark
monoio-benchmark/target/
monoio-benchmark/*/target/