mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
bdfc948790
BusyBee is a refined version of the HyperDex event loop. It exposes a "messaging" abstraction on top of TCP and automatically packs/unpacks messages on the wire. At the core of BusyBee is a thread-safe event loop that enables multiple threads to send and receive messages concurrently. WWW: https://github.com/rescrv/busybee PR: 178655 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
BusyBee provides a messaging abstraction on top of TCP sockets.
|
|
|
|
BusyBee is a refined version of the HyperDex event loop. It exposes a
|
|
"messaging" abstraction on top of TCP and automatically packs/unpacks messages
|
|
on the wire. At the core of BusyBee is a thread-safe event loop that enables
|
|
multiple threads to send and receive messages concurrently.
|
|
|
|
WWW: https://github.com/rescrv/busybee
|