Module abi::boxes::status

source ·

Constants§

  • The future has completed (on either side), but the payload is no longer accessible.
  • This future encountered an error, and will never reach the completed stage. The payload is no longer accessible.
  • Used to signify a handle that will only ever pend error or completed
  • Kernel is working, and should be allowed exclusive access, if it doesn’t have it already.
  • Userspace is working, and should be allowed exclusive access, if it doesn’t have it already.