Skip to content

Commit 8f8db86

Browse files
Anirudh VyasAnirudhVyas
Anirudh Vyas
authored andcommitted
added handler threads to ensure fast drains
1 parent 369f874 commit 8f8db86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/listeners.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ mod tests {
203203
"test",
204204
Arc::new(move |event| println!("Received event: {:#?}", event)),
205205
Some(5),
206-
None,
206+
Some(3),
207207
);
208208
let m_c = listener.meta.clone();
209209
for i in 0..9 {

0 commit comments

Comments
 (0)