Threads
kyo.scheduler.util.Threads
object Threads
Thread factory for creating consistently named daemon threads.
Creates daemon threads with auto-incrementing IDs prefixed by the given name. Optionally accepts a custom thread creation function while maintaining naming.
Value parameters
- create
-
Optional custom thread creation function
- name
-
Base name for created threads
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Threads.type
Members list
In this article