Skip to content

Instantly share code, notes, and snippets.

@ghostdogpr
Last active July 21, 2019 08:27
Show Gist options
  • Save ghostdogpr/97793a76f4c3b953a114c02f88ebb76c to your computer and use it in GitHub Desktop.
Save ghostdogpr/97793a76f4c3b953a114c02f88ebb76c to your computer and use it in GitHub Desktop.
def sendMsg(actor: ActorRef, msg: String): Task[String] =
IO.fromFuture { implicit ctx =>
(actor ? msg).mapTo[String]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment