F# equivalent to sending message to all actors in the system AKKA

Viewed 65

What is the F# equivalent to the following code using AKKA.

context.system.actorSelection("/user/master/*") 

Basically want to know how to send a message to all actors in the system by using f# and AKKA framework.

0 Answers
Related