Skip to content

Java and Ruby thread do enqueue/create-threads differently #726

Open
@pitr-ch

Description

@pitr-ch

Ruby pools create threads first before putting work to queue, java threads put work first into queue until full then they create new threads.

This needs to be unified.
We also need to implement java.util.concurrent.SynchronousQueue for Ruby and provide option for its usage on Ruby and Java.

Metadata

Metadata

Assignees

Labels

bugA bug in the library or documentation.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions