Crate carboncopy_tokio[][src]

Structs

BufSink

A sink with memory buffer and periodic flusher built with Tokio facilities so it is suitable for binaries relying on the Tokio executor. It can also be used by async-blind library clients since the Sink trait offers blocking API.

BufferOverflowThreshold

A size threshold after which the buffer will be flushed. The size of the buffer itself is unlimited.

SinkOptions

Implements the Default trait.

Enums

ThresholdError