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

Port java.util.concurrent.ScheduledThreadPoolExecutor from JSR-166 #3142

Conversation

WojciechMazur
Copy link
Contributor

Ports following java.util.concurrent types and their tests from JSR-166:

  • Delayed
  • Executors (scheduled executor related methods)
  • RunnableScheduledFuture
  • ScheduledExecutorService
  • ScheduledFuture
  • ScheduledThreadPoolExecutor

@WojciechMazur WojciechMazur force-pushed the feauture/multithreading-scheduledexecuotrs branch from b13ec3d to 591cbe1 Compare February 8, 2023 11:49
@WojciechMazur WojciechMazur merged commit 6fcdf23 into scala-native:main Feb 11, 2023
@WojciechMazur WojciechMazur deleted the feauture/multithreading-scheduledexecuotrs branch February 11, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant