Fix scheduler build with some boost versions.
Some boost versions have a conflicting overload of wait_until that returns void.
Explicitly use a template here to avoid hitting that overload.
Fix scheduler build with some boost versions. 72bf90d770ceUnpublished Tags None Subscribers None
Description
Details
|