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.BlockingQueue and subtypes #3133

Conversation

WojciechMazur
Copy link
Contributor

  • Implements java.util.concurrent.BlockingQueue and its subtypes:
    • ArrayBlockingQueue
    • LinkedBlockingQueue
    • PriorityBlockingQueue
    • SynchronousQueue
  • Removes warnings in Atomic tests and JSR166Test
  • Adds subset of static methods for java.lang.invoke.VarHandle
  • Implements basic implementation for ForkJoinPool.managedBlock needed in tests

@WojciechMazur WojciechMazur merged commit 1299420 into scala-native:main Feb 4, 2023
@WojciechMazur WojciechMazur deleted the feature/mulithreading-blocking-queues branch February 4, 2023 11:02
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