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
This PR simplifies the implementation of `yield_for` and `yield_until` while also eliminating a bug in `yield_for` which can cause it to prematurely notify.
Closes#532
Authors:
- Will Killian (https://github.com/willkill07)
Approvers:
- David Gardner (https://github.com/dagardner-nv)
URL: #533
Version
25.02
Which installation method(s) does this occur on?
Source
Describe the bug.
The current test wasn't asserting anything, so I added naive assumptions that resulted in consistent failure.
Looking at the implementation, there is a
duration_cast<std::chrono::milliseconds>()
which produces information loss and alters the expected behavior.Minimum reproducible example
Relevant log output
Full env printout
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: