cksac / dataloader-rs

Rust implementation of Facebook's DataLoader using async-await.
Apache License 2.0
261 stars 23 forks source link

add missing tokio features in Cargo.toml #24

Closed dt665m closed 3 years ago

dt665m commented 3 years ago

feature "runtime-tokio" does not compile because of missing features used in runtime.rs. They have been added in.