Skip to content

A thread pool for running synchronous I/O in asynchronous Rust applications

Notifications You must be signed in to change notification settings

SabrinaJewson/blocking_pool.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blocking_pool

A dynamically-sized thread pool for running blocking I/O in the background.

This crate is useful for both synchronous programs and in building async runtimes.

License: MIT OR Apache-2.0

About

A thread pool for running synchronous I/O in asynchronous Rust applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages