# Functions
BuildClientLoopThrottle receives a duration and build a ClientLoopFunc that sends a request every `duration` time.
OnClientLoop sends client requests in a loop, client applies a proc id as it's identifier and if the response is some kinds of `Unknown` type, it will change a proc id on the next loop.
ParseNemesisGenerators parses NemesisGenerator from string literal.
# Type aliases
ClientLoopFunc defines ClientLoop func.