async-h1 icon indicating copy to clipboard operation
async-h1 copied to clipboard

Rearrange ReadNotifier to remove dependency on async-global-executor.

Open flying-kestrel opened this issue 3 months ago • 0 comments

This is a minor patch that removes async-global-executor as a dependency from this crate.

Motivation: this avoids spawning the cpu-count threads that async-global-executor creates upon first use, in addition to pruning the dependency tree ever so slightly.

flying-kestrel avatar Nov 11 '24 04:11 flying-kestrel