There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
round-robin-go is an implementation of round-robin algorithm that allows you to use your resources in a shared rational order. This project uses go generics that enables you to use any data type in your round robin implementation.