some_local_executor

Crates.iosome_local_executor
lib.rssome_local_executor
version
sourcesrc
created_at2024-11-08 01:07:39.352534
updated_at2024-12-07 00:54:19.923833
descriptionA simple local executor
homepagehttps://sealedabstract.com/code/some_local_executor
repository
max_upload_size
id1440663
Cargo.toml error:TOML parse error at line 20, column 1 | 20 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Drew Crawford (drewcrawford)

documentation

README

some_local_executor

logo

It's a simple single-threaded executor.

This is a reference executor for the some_executor crate.

By leveraging the features in some_executor, this project provides a rich API:

  1. Tasks and cancellation
  2. Observers and notifications
  3. Priorities and scheduling
  4. task-locals

...in about a page of code.

By writing code against this executor, you're basically compatible with every other executor supported by some_executor.

Commit count: 0

cargo fmt