# Functions
RunConcurrentlyUntil runs several stoppable functions in parallel and blocks until all of them are executed.
# Type aliases
StoppableFunc is a type of function that blocks on run, but can be stopped via stop channel passed as an argument.