web-thread-pool 0.1.0

Browser-friendly thread pool backed by `web-thread-select`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "web-thread-pool"
version = "0.1.0"
edition = "2024"
description = "Browser-friendly thread pool backed by `web-thread-select`"
authors.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
flume = "0.12.0"
pin-project-lite = "0.2.16"

[dependencies.web-thread-select]
workspace = true