SyncCompanion

de.rmgk.delay$.SyncCompanion
class SyncCompanion[Ctx]

Companion object of Sync, but with a type parameter to allow fine grained type inference. This could potentially be simplified if we ever get named type parameters.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

inline def apply[A](inline run: Ctx ?=> A): Sync[Ctx, A]

Attributes