]
Dan Berindei updated ISPN-10950:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Add interface to designate a thread is non blocking
---------------------------------------------------
Key: ISPN-10950
URL:
https://issues.jboss.org/browse/ISPN-10950
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.1.0.Beta1
We need a way to designate that a thread is non blocking in a more clear way. The
simplest is to have a thread factory that creates threads that implement an interface that
designates this. Then our code can look for this instead of checking thread name.