Module syslog_async_internal

Source
Expand description

Internal syslog logic.

Structs§

AsyncSyslogInternal
Internal structure of the syslog async client.

Traits§

AsyncMutex
A trait which generalize the mutex from the std lib’s of multiple async executors. The trait should be implemented on the mutex direclty.
AsyncMutexGuard
A trait which generalize the mutex guarding emited by the mutex from various async executors.
AsyncSyslogInternalIO
A trait which generalize some operations which are different from the various async providers i.e smol or tokio or external.