Files
releases/runtime
Juan Antonio Osorio Robles 59bee17b2b Use slices instead of explicit output variables for server loops
Previously, the server loop functions were returned explicitly as
outputs (having three outputs for the loop functions and one for the
error). If we want to add more this approach doesn't work very well. So
this introduced a slice as the output of the Listen function for the
Server struct, which allows us to loop over it and iterate over however
many loop functions we need.

This keeps the same logic as before, and is merely a first step in
refactoring this logic.

Signed-off-by: Juan Antonio Osorio Robles <jaosorior@redhat.com>
2018-05-29 07:56:38 -07:00
..
2016-08-02 16:57:15 -07:00
2017-02-28 17:14:41 -08:00
2018-04-12 16:37:08 -07:00