waitx 0.4.2

A lightweight & low-latency, pure signaling primitive.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# `waitx`

Lightweight signaling & channel primitives for low workloads.

# Overview

- A notification primitive (Waker/Waiter).
- A single-slot channel (Sender/Receiver).

## Benchmarks

Performed locally on a i7-12700K (Windows 11).

![Violin Plot](docs/criterion/oneshot_ping_pong/report/violin.svg)

![Violin Plot](docs/criterion/unit_ping_pong/report/violin.svg)

Full benchmarking report [here](https://ejsch03.github.io/waitx/criterion/report/index.html).

# Todo

- [ ] Finish documentation.