pyrobosim.web.commands.run_async

pyrobosim.web.commands.run_async(fn: Callable[[], object]) None

Runs a callable on a background daemon thread.

Parameters:

fn – The callable to run.