summaryrefslogtreecommitdiffstats
path: root/src/runtime/status.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/status.rs')
-rw-r--r--src/runtime/status.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/status.rs b/src/runtime/status.rs
index a73a142..14cd038 100644
--- a/src/runtime/status.rs
+++ b/src/runtime/status.rs
@@ -13,8 +13,10 @@ pub(crate) enum Status {
Waiting,
/// The thread is finished. This is a final state.
Ended,
+ #[allow(unused)]
/// The thread has requested all threads pause.
RequestPause,
+ #[allow(unused)]
/// The thread has requested all threads resume.
RequestResume,
/// The thread has requested all threads end.