de.halcony.processes.threading
package de.halcony.processes.threading
Members list
Type members
Classlikes
class ThreadManager[T] extends LogSupport
Utility class to manage multiple threads processing jobs created via the ThreadManagerBuilder
Utility class to manage multiple threads processing jobs created via the ThreadManagerBuilder
Type parameters
- T
-
the type of the jobs being processed by the managed threads
Attributes
- Supertypes
-
trait LogSupporttrait LazyLoggertrait LoggingMethodstrait Serializableclass Objecttrait Matchableclass AnyShow all
Utility to build a thread manager that uses the provided lambda to process incoming jobs
Utility to build a thread manager that uses the provided lambda to process incoming jobs
Type parameters
- T
-
the type of the job to be processed
Value parameters
- lambda
-
the lambda to process a given job
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
In this article