Working notes on Async: def index = and def asyncProcess = new Thread(.
def index =
def asyncProcess = new Thread(
SomeVeryLongComputation().
} as Runnable ).AsyncProcess.start().
Render "computing...".
}.Updated:
2026 Aug 19
Working notes on Async: def index = and def asyncProcess = new Thread(.
SomeVeryLongComputation().
} as Runnable ).AsyncProcess.start().
Render "computing...".
}.