Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-event/src/lib.rs')
-rw-r--r--helix-event/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-event/src/lib.rs b/helix-event/src/lib.rs
index 8aa6b52f..de018a79 100644
--- a/helix-event/src/lib.rs
+++ b/helix-event/src/lib.rs
@@ -32,7 +32,7 @@
//! to helix-view in the future if we manage to detach the compositor from its rendering backend.
use anyhow::Result;
-pub use cancel::{cancelable_future, TaskController, TaskHandle};
+pub use cancel::{cancelable_future, cancelation, CancelRx, CancelTx};
pub use debounce::{send_blocking, AsyncHook};
pub use redraw::{
lock_frame, redraw_requested, request_redraw, start_frame, RenderLockGuard, RequestRedrawOnDrop,