<@U0CG5M9T4> That is exactly what `launch` is for ...
# coroutines
k
@rogeralsing That is exactly what
launch
is for -> fire and forget. Otherwise, maybe what you are looking for is not coroutine at all. Perhaps a
CompleteableFuture#runAsync
(the version that takes an executor with it)