FromSync

gears.async.Async.FromSync
See theFromSync companion trait
object FromSync

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FromSync.type

Members list

Type members

Classlikes

class BlockingWithLocks(using support: AsyncSupport, scheduler: support.Scheduler) extends FromSync

Implements FromSync by directly blocking the current thread.

Implements FromSync by directly blocking the current thread.

Attributes

Supertypes
trait FromSync
class Object
trait Matchable
class Any

Types

type Blocking = FromSync { type Output = [T] =>> T; }

A FromSync implementation that blocks the current runtime.

A FromSync implementation that blocks the current runtime.

Attributes