[][src]Module tari_comms::compat

This module provides a compatibility shim between traits in the futures and tokio crate.

Structs

IoCompat

IoCompat provides a compatibility shim between the AsyncRead/AsyncWrite traits provided by the futures library and those provided by the tokio library since they are different and incompatible with one another.