Functions§
- taskref_
drop ⚠ - Destroys this reference to the
Task
, dropping theTask
if no references remain. - taskref_
new_ ⚠bound - 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.
- taskref_
new_ ⚠unbound - Create a new reference-counted task that may be executed on any Host.