docs.rs failed to build task-executor-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
task-executor-0.3.3
Task Executor
English | 简体中文
Task Executor A task executor based on tokio or async-std, this executor can control the number of concurrently executed tasks, and the same type of tasks can be forced to be executed sequentially.
Features
- Execute the tasks;
- Execute the tasks and return results;
- Control the number of concurrently executed tasks;
- Support task queue;
- Tasks of the same type can be forced to be executed sequentially;
Examples
use Builder;