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
Await acknowledgements in async benchmarks (#1545)
By waiting for the acknowledgements before closing the async benchmark,
we expect these benchmarks to become more stable.
Fixes#1542.
Improve type inference for `runWithGracefulShutdown` (#1536)
Parameter `withStream` is allowed to have a different environment type
than `streamControl` parameter. A `Scope` is always provided to
`withStream`.
Also: better scaladoc layout.
Fixes#1526.