Module shadow_rs::core::work::task::export

source ·

Functions§

  • Destroys this reference to the Task, dropping the Task if no references remain.
  • Create a new reference-counted task that can only be executed on the given host. The callbacks can safely assume that they will only be called with the lock for the specified host held.
  • Create a new reference-counted task that may be executed on any Host.

Type Aliases§