dbus2 / zbus-old

Rust D-Bus crate.
https://gitlab.freedesktop.org/dbus/zbus
Other
49 stars 13 forks source link

Port internal handshake API to make use of async/await #135

Open zeenix opened 3 years ago

zeenix commented 3 years ago

The handshake code was written for non-blocking synchronous API and hence it's a bit hairy. Now that we don't need that, this code can be made much simpler through the use of async/await and async-io.

zeenix commented 3 years ago

In GitLab by @elmarco on Jan 19, 2021, 12:49

Wait a bit. I am working on handshake refactoring, to make it more compliant to the spec, I'll send a series soon.

zeenix commented 3 years ago

@elmarco cool but no hurry. I didn't plan to work on this soon. Just didn't want to forget about it.