mantono / cheap

Priority queue as a channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cheap

A channel heap in Rust, i.e. a fixed capacity binary heap (priority queue) over a channel. It supports both multiple producers and multiple consumers using the same heap.

See examples for example code.

About

Priority queue as a channel

License:MIT License


Languages

Language:Rust 100.0%