micro/selector
ben-toogood 6337c92cd0
selector: new selector interface with random & roundrobin implementation (#1761)
* selector: implement new selector interface plus random & roundrobin implementations

* selector/roundrobin: remove unused consts

* router: add close method to interface

* selector/roundrobin: fix concurrent map iteration and map write

* selector: replace variadic argument on Select
2020-06-30 14:54:38 +01:00
..
random selector: new selector interface with random & roundrobin implementation (#1761) 2020-06-30 14:54:38 +01:00
roundrobin selector: new selector interface with random & roundrobin implementation (#1761) 2020-06-30 14:54:38 +01:00
random.go selector: new selector interface with random & roundrobin implementation (#1761) 2020-06-30 14:54:38 +01:00
selector.go selector: new selector interface with random & roundrobin implementation (#1761) 2020-06-30 14:54:38 +01:00
tests.go selector: new selector interface with random & roundrobin implementation (#1761) 2020-06-30 14:54:38 +01:00