Andy Seaborne created JENA-1162:
-----------------------------------
Summary: Make the AlarmClock thread a daemon.
Key: JENA-1162
URL: https://issues.apache.org/jira/browse/JENA-1162
Project: Apache Jena
Issue Type: Bug
Affects Versions: Jena 3.0.1
Reporter: Andy Seaborne
Priority: Minor
{{AlarmClock}} can block VM exit.
{noformat}
AlarmClock ac = AlarmClock.get() ;
Alarm a = ac.add(()->{}, 1) ;
a.future.get();
{noformat}
This creates the single thread but it is not a daemon thread.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)