CatsUnsafeRun

weaver.CatsUnsafeRun$
See theCatsUnsafeRun companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait UnsafeRun[IO]
trait EffectCompat[IO]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type CancelToken = FiberIO[Unit]

Attributes

Inherited from:
CatsUnsafeRun

Value members

Inherited methods

def async[A](cb: (Either[Throwable, A] => Unit) => Unit): F[A]

Attributes

Inherited from:
EffectCompat
def background(task: IO[Unit]): CancelToken

Attributes

Inherited from:
CatsUnsafeRunPlatformCompat (hidden)
def cancel(token: CancelToken): Unit

Attributes

Inherited from:
CatsUnsafeRun
def fromFuture[A](thunk: => Future[A]): F[A]

Attributes

Inherited from:
EffectCompat
def realTimeMillis: F[Long]

Attributes

Inherited from:
EffectCompat
def sleep(duration: FiniteDuration): F[Unit]

Attributes

Inherited from:
EffectCompat
def unsafeRunAndForget(task: IO[Unit]): Unit

Attributes

Inherited from:
CatsUnsafeRun
def unsafeRunSync(task: IO[Unit]): Unit

Attributes

Inherited from:
CatsUnsafeRunPlatformCompat (hidden)
def unsafeRunToFuture(task: IO[Unit]): Future[Unit]

Attributes

Inherited from:
CatsUnsafeRun

Implicits

Inherited implicits

implicit override val effect: Async[IO]

Attributes

Inherited from:
CatsUnsafeRun
implicit override val parallel: Parallel[IO]

Attributes

Inherited from:
CatsUnsafeRun