some_local_executor

Crates.iosome_local_executor
lib.rssome_local_executor
version0.1.0
sourcesrc
created_at2024-11-08 01:07:39.352534
updated_at2024-11-08 01:07:39.352534
descriptionA simple local executor
homepagehttps://sealedabstract.com/code/some_local_executor
repository
max_upload_size
id1440663
size81,754
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