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
awaitNodeBySelector
Using kotlin.time.Duration is more type-safe and clearer to the reader. And it's more convenient to maintain a single extension.
kotlin.time.Duration
The text was updated successfully, but these errors were encountered:
85df1b0
Fix awaitNodeBySelector so it doesn't trigger IAE on cancellation
ace83da
Resolves: #239 Resolves: #243
No branches or pull requests
Using
kotlin.time.Duration
is more type-safe and clearer to the reader. And it's more convenient to maintain a single extension.The text was updated successfully, but these errors were encountered: