]
Bela Ban resolved JGRP-2450.
----------------------------
Resolution: Done
Enable fibers / project Loom
----------------------------
Key: JGRP-2450
URL:
https://issues.redhat.com/browse/JGRP-2450
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Major
Fix For: 5.0
Add {{use_fibers}} to {{TP}}.
When enabled, we use reflection to create fibers rather than threads in
{{DefaultThreadFactory}}.
This requires Java 15/Loom. If not found, regular threads are returned instead.