stepfunc / rodbus

Rust implementation of Modbus with idiomatic bindings for C, C++, .NET, and Java
https://stepfunc.io/products/libraries/modbus/
Other
80 stars 22 forks source link

Runtime shutdown with optional timeout #110

Closed jadamcrain closed 1 year ago

jadamcrain commented 1 year ago

External: Adds the ability to shut down the runtime with an optional timeout.

Internal: Refactoring to support new versions of oo-bindgen and drop-safe promises.