Expose AbortHandle

This commit is contained in:
asonix 2023-08-27 16:37:40 -05:00
parent 47fda5961e
commit 807117eb8a

View file

@ -2,7 +2,7 @@ use crate::runtime::RuntimeHandle;
use std::future::Future;
pub mod sync {
pub use jitterbug::{JoinError, JoinHandle};
pub use jitterbug::{AbortHandle, JoinError, JoinHandle};
}
pub mod unsync {