Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5970d3c

Browse files
committedAug 28, 2022
improved basic example
1 parent d50a5a8 commit 5970d3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎examples/basic.rs

+2
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ fn main() {
4242

4343
// Start the event loop
4444
triggers.listen();
45+
46+
println!("Listener gracefully stopped.");
4547
}

0 commit comments

Comments
 (0)
Please sign in to comment.