You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connection.process always takes a timeout value, and I need to give it a timeout. I wish the API took a "None" and passed it down to read_write().
Would it be a good idea to add an API variant that allows an Optional ?
connection.process always takes a timeout value, and I need to give it a timeout. I wish the API took a "None" and passed it down to read_write().
Would it be a good idea to add an API variant that allows an Optional ?
https://docs.rs/dbus/0.9.7/dbus/blocking/struct.Connection.html#method.process
https://docs.rs/dbus/0.9.7/dbus/channel/struct.Channel.html#method.blocking_pop_message
The text was updated successfully, but these errors were encountered: