Module rasi::executor

source ·
Available on crate feature executor only.
Expand description

Types and traits for working with asynchronous tasks.

This module is similar to std::thread, except it uses asynchronous tasks in place of threads.

Functions§

  • Use global register syscall to spawn a task that polls the given future with output () to completion.