Module ring_buffer_stop_cb

Source

Structs§

RingBufferStopCallback
RingBufferStopCallback wraps a callback. The callback will be invoked when last instance of RingBufferStopCallback and its clones is dropped.
RingBufferStopCallbackInner 🔒

Functions§

fallible_closure
Helper function to wrap up a closure with fail handle. The fail handle will be triggered if the closure returns an error.