Module a_sync

Source
Expand description

An async interface and/or realisations. The main async syslog struct is located there.

Re-exports§

pub use syslog_async_internal::AsyncMutex;
pub use syslog_async_internal::AsyncMutexGuard;
pub use async_socket::AsyncTap;
pub use async_socket::AsyncSyslogTap;

Modules§

async_queue_adapter
A queue adapter selector.
async_socket
An async socket interface.
async_tokio
A tokio based async.
syslog_async
A async interface.
syslog_async_internal
Internal syslog logic.
syslog_trait
An available APIs and common interfaces.

Type Aliases§

DefaultAsyncMutex
DefaultIOs