ThreadTasks

org.beangle.commons.lang.ThreadTasks
object ThreadTasks

Start multiple thread simultaneously

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def start(runables: Iterator[Runnable]): Unit

Start collection of runnable

Start collection of runnable

Attributes

def start(runable: Runnable, threadPoolSize: Int, name: String): Unit

Start runnable multiple

Start runnable multiple

Attributes