cmaves / async-rustbus

An asynchronous implementation of the DBus protocol based on rustbus
2 stars 1 forks source link

Ensure tokio support #4

Open cmaves opened 3 years ago

cmaves commented 3 years ago

This library was developed with async-std as the intended executor, but using async-std compat features, it should be possible to function with both.