refactor: use custom type instead of boolean, for clarity
modified src/logger.rs
@@ -19,7 +19,7 @@ use crate::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -543,7 +543,7 @@ pub fn queueproc_trigger(result: &Result<Request, QueueError>) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -392,7 +392,7 @@ impl EventProcessor {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -400,10 +400,14 @@ impl EventProcessor {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -419,7 +423,7 @@ impl EventProcessor {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -435,6 +439,12 @@ impl Worker for EventProcessor {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|