quasar.concurrent
From playframework's NamedThreadFactory
Thread factory that creates threads that are named. Threads will be named with the format:
{name}-{threadNo}
where threadNo is an integer starting from one.
From playframework's NamedThreadFactory
Thread factory that creates threads that are named. Threads will be named with the format:
{name}-{threadNo}
where threadNo is an integer starting from one.