Parallel#

The parallel module provides background task execution capabilities for long-running operations in the Mosaic GUI, ensuring responsive user interface during compute-intensive tasks.

Task Management#

Core Task Operations#

submit_task(name, func, callback, *args, ...)