mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Re-export Outcome's Signal type
This commit is contained in:
parent
e939f97c90
commit
9cb1f5bf79
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ use std::{
|
|||
};
|
||||
|
||||
use atomic_take::AtomicTake;
|
||||
use command_group::{AsyncCommandGroup, Signal};
|
||||
use command_group::AsyncCommandGroup;
|
||||
use once_cell::sync::OnceCell;
|
||||
use tokio::{
|
||||
sync::{mpsc, watch},
|
||||
|
@ -22,6 +22,8 @@ use crate::{
|
|||
handler::{rte, Handler},
|
||||
};
|
||||
|
||||
pub use command_group::Signal;
|
||||
|
||||
#[derive(Clone)]
|
||||
#[non_exhaustive]
|
||||
pub struct WorkingData {
|
||||
|
|
Loading…
Reference in a new issue