SerialDispatchQueue

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

Creates a serial dispatch queue with a generated name that uses the default execution context.

Creates a serial dispatch queue with a generated name that uses the default execution context.

Returns

a new serial dispatch queue

See also
def apply(name: String): DispatchQueue

Creates a serial dispatch queue with the given name that uses the default execution context.

Creates a serial dispatch queue with the given name that uses the default execution context.

Value Params
name
  • the name of the queue; might be later used e.g. in logging.
Returns

a new serial dispatch queue

See also