Skip to content

An ultra simple thread pool implementation in Rust.

Notifications You must be signed in to change notification settings

BWbwchen/threadpool

Repository files navigation

threadpool

An ultra simple thread pool implementation in Rust.

This project implements the spawn with static lifetime and scope_spawn with scoped lifetime.

Todo

  • join function.
  • more unit test
  • more example in src/bin/

Reference

  1. Rust Course.
  2. Crossbeam

About

An ultra simple thread pool implementation in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published