Skip to content

Reenable Java implementations #717

@pitr-ch

Description

@pitr-ch

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.

Disabled in a6fc08f, 1e51d2c

Metadata

Metadata

Assignees

Labels

bugA bug in the library or documentation.high-priorityShould be done ASAP.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions