Crate sync_utils

Source
Expand description

A bunch of utilities in async-await and blocking context.

Modulesยง

bithacks
Bithacks to minimise the cost bithacks functions.
blocking_async
Execute future in blocking context
cpu
Sharding to minimise the cost
notifier
Execute once and notify
time
timestamp utility
waitgroup
Re-export of crate atomic-waitgroup
worker_pool
A simple worker pool framework