mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
add output to actor-watermark example
This commit is contained in:
parent
11694e134f
commit
7e749ed2ef
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ mod app {
|
|||
// monotonically increasing: does not decrease after receive is called
|
||||
assert_eq!(2, actor::SUBSCRIPTIONS[0].watermark());
|
||||
|
||||
hprintln!("{:#?}", actor::SUBSCRIPTIONS).ok();
|
||||
|
||||
loop {
|
||||
debug::exit(debug::EXIT_SUCCESS);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue