Module run_task

Source

Traits§

RunTask
Runs a given task to completion in a platform agnostic way. In multithreaded environments can be run concurrently and in single threaded environments will run on the same thread.

Type Aliases§

RunnableTask