Crate bitcoincore_zmq
source ·Enums
Constants
Functions
- Subscribes to multiple ZMQ endpoints and returns a
Receiver
. - Subscribes to multiple ZMQ endpoints and blocks the thread until
ControlFlow::Break
is returned by the callback. - Subscribes to a single ZMQ endpoint and returns a
Receiver
. - Subscribes to a single ZMQ endpoint and blocks the thread until
ControlFlow::Break
is returned by the callback.