Created
January 18, 2018 14:31
-
-
Save louthy/8a384ed1bae3c640ac46798d3533d464 to your computer and use it in GitHub Desktop.
Echo - Role fs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Echo | |
open System | |
open ProcessFs | |
module RoleFs = | |
let Broadcast = Echo.Role.Broadcast | |
let LeastBusy = Echo.Role.LeastBusy | |
let RoundRobin = Echo.Role.RoundRobin | |
let Random = Echo.Role.Random |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment