We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
We need to distinguish between a deadline and a boundary. Deadlines are hit exactly once. Boundaries can be hit multiple times.
Sorry, something went wrong.
Maybe we should rename {AsyncIter, Future}::until with:
{AsyncIter, Future}::until
AsyncIter::timeout
impl Boundary
AsyncIter::timeout_at
impl Deadline
Future:timeout
Future::timeout_at
note: timeout_at takes StopToken, Instant, and possibly SystemTime.
timeout_at
StopToken
Instant
SystemTime
Prior art for this naming:
No branches or pull requests
The text was updated successfully, but these errors were encountered: