cps.automaticColoring

Type members

Classlikes

trait WarnValueDiscard[F[_]]

if this tag is set for some monad, then non-unit value discards become warnings in async block, (otherwise they errors).

if this tag is set for some monad, then non-unit value discards become warnings in async block, (otherwise they errors).

Source
tag.scala

Givens

Givens

given conversion: T => U

implicit conversion which inserted during autmatic coloring when async value used in sync context.

implicit conversion which inserted during autmatic coloring when async value used in sync context.

Source
implicitAwait.scala
given tag[F[_]]: AutomaticColoringTag[F]

import of this tag enable automatic coloring

import of this tag enable automatic coloring

Source
tag.scala