run method

void run(
  1. Task<T> task
)
inherited

Implementation

void run(Task<T> task) => scene.run(task);