new(balancer): Balancer v2 abstracting communication with interfaces.
authorsgf <sgf.dma@gmail.com>
Thu, 27 Oct 2022 16:40:57 +0000 (19:40 +0300)
committersgf <sgf.dma@gmail.com>
Mon, 31 Oct 2022 17:38:46 +0000 (20:38 +0300)
commit179c7dbbee0263994cc64c79573abdf8405d367e
tree5c6a2d1676496bb1ca36710a0e5aa85f02cdde7e
parente39201e5ea64235e1bd2aa14709c384543da5ddc
new(balancer): Balancer v2 abstracting communication with interfaces.

Abstract worker-requester and balancer-worker communication with
interfaces, so i may substitute different requesters and workers.
concurrency-is-not-parallelism/balancer_v2.go [new file with mode: 0644]
concurrency-is-not-parallelism/balancer_v2/balancer.go [new file with mode: 0644]
concurrency-is-not-parallelism/balancer_v2/go.mod [new file with mode: 0644]