Merge pull request #73 from vorner/on-flush-cancel

Make OnFlushCancel public
This commit is contained in:
Francis Lalonde 2019-07-11 11:24:23 -04:00 committed by GitHub
commit 5b466b6dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ macro_rules! read_lock {
mod core;
pub use crate::core::attributes::{
Buffered, Buffering, Observe, ObserveWhen, OnFlush, Prefixed, Sampled, Sampling,
Buffered, Buffering, Observe, ObserveWhen, OnFlush, OnFlushCancel, Prefixed, Sampled, Sampling,
};
pub use crate::core::clock::TimeHandle;
pub use crate::core::error::Result;