mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 13:41:31 +00:00
feat(evtchn): harden evtchn handling and improve api (#431)
This commit is contained in:
@ -12,6 +12,8 @@ pub enum Error {
|
||||
LockAcquireFailed,
|
||||
#[error("event port already in use")]
|
||||
PortInUse,
|
||||
#[error("failed to join blocking task")]
|
||||
BlockingTaskJoin,
|
||||
}
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
Reference in New Issue
Block a user