Skip to content
New issue

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

Add a timeout function #18

Open
rcardin opened this issue Jun 15, 2024 · 0 comments
Open

Add a timeout function #18

rcardin opened this issue Jun 15, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@rcardin
Copy link
Owner

rcardin commented Jun 15, 2024

Reuse the raceFirst function to implement a timeout function.

def timeout[A](duration: Duration)(block: Suspend ?=> A): A

The function should throw a scala.concurrent.TimeoutException if the timeout is reached.

@rcardin rcardin added enhancement New feature or request good first issue Good for newcomers labels Jun 15, 2024
@rcardin rcardin added this to the v0.0.4 milestone Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant