tyrian.Cmd.SideEffect
See theSideEffect companion object
final case class SideEffect[F[_]](task: F[Unit]) extends Cmd[F, Nothing]
Runs a task that produces no message
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article