Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Jena 3.0.1
-
None
-
None
Description
AlarmClock can block VM exit.
AlarmClock ac = AlarmClock.get() ; Alarm a = ac.add(()->{}, 1) ; a.future.get();
This creates the single thread but it is not a daemon thread.