Skip to content

Instantly share code, notes, and snippets.

@louthy
Created January 18, 2018 14:31
Show Gist options
  • Save louthy/8a384ed1bae3c640ac46798d3533d464 to your computer and use it in GitHub Desktop.
Save louthy/8a384ed1bae3c640ac46798d3533d464 to your computer and use it in GitHub Desktop.
Echo - Role fs
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