kernel-rt: implement uninterruptible blocking #22
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Should be similar to
block!(...)
/run_to_completion
, but should not be interruptible by signals, those should be set and ignored by the process until execution of the future completes