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
Use closure instead of reference to closure in run_until_cancelled() (#236)
## Description
This adjusts the signature of `ServerRunner::run_until_cancelled()` to
avoid an unnecessary reference.
Co-authored-by: Uwe Klotz <uwe.klotz@gmail.com>
0 commit comments