Control flow methods
There are some helper methods which might be useful when writing forked code:
forever { ... }repeatedly evaluates the given code block foreverrepeatWhile { ... }repeatedly evaluates the given code block, as long as it returnstrueuninterruptible { ... }evaluates the given code block making sure it can’t be interrupted