Closed jeromegn closed 5 years ago
This allows for custom message handling per runtime.
I took the opportunity to refactor the Runtime::new function to accept a RuntimeConfig and not 6 arguments.
Runtime::new
RuntimeConfig
This allows for custom message handling per runtime.
I took the opportunity to refactor the
Runtime::new
function to accept aRuntimeConfig
and not 6 arguments.