[][src]Module dbus::nonblock

Async version of connection.

You're probably going to need a companion crate - dbus-tokio - for this connection to make sense, (although you can also just call read_write and process_all at regular intervals).

When async/await is stable, expect more here.

Modules

stdintf

This module contains some standard interfaces and an easy way to call them.

Structs

LocalConnection

Thread local + async Connection

MethodReply

Future method reply, used while waiting for a method call reply from the server.

Proxy

A struct that wraps a connection, destination and path.

SyncConnection

Async Connection which is Send + Sync.

Traits

NonblockReply

Internal helper trait for async method replies.

Process

Internal helper trait, implemented for connections that process incoming messages.