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.
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.