some minor changes

This commit is contained in:
cfsamson
2020-02-05 16:45:03 +01:00
parent 6dd174c9e1
commit 4c51fba01a
3 changed files with 12 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ impl Reactor {
let handle = thread::spawn(move || {
// This simulates some I/O resource
for event in rx {
println!("GOT EVENT: {:?}", event);
println!("REACTOR: {:?}", event);
let rl_clone = rl_clone.clone();
match event {
Event::Close => break,