-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Labels
bugA bug in the library or documentation.A bug in the library or documentation.high-priorityShould be done ASAP.Should be done ASAP.
Description
All the Java blocking abstraction implementations had to be rolled back because the java threading is not compatible with ruby threading. E.g. a thread blocked by java CountDownLatch implementation cannot be killed from Ruby.
Note: Anything that uses Concurrent::Synchronization layer is fine since it's hooks into JRuby's internal mechanism for threads, but naked Java implementations are a problem.
Metadata
Metadata
Assignees
Labels
bugA bug in the library or documentation.A bug in the library or documentation.high-priorityShould be done ASAP.Should be done ASAP.