webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions
webkitpy.common.message_pool Namespace Reference

Classes

class  _Message
 
class  _MessagePool
 
class  _Worker
 
class  _WorkerLogHandler
 
class  WorkerException
 

Functions

def get (caller, worker_factory, num_workers, worker_startup_delay_secs=0.0, host=None)
 

Function Documentation

◆ get()

def webkitpy.common.message_pool.get (   caller,
  worker_factory,
  num_workers,
  worker_startup_delay_secs = 0.0,
  host = None 
)
Returns an object that exposes a run() method that takes a list of test shards and runs them in parallel.