1
0
Fork 0
mirror of https://github.com/rtic-rs/rtic.git synced 2025-03-21 21:46:21 +01:00

add output to actor-watermark example

This commit is contained in:
Jorge Aparicio 2021-09-27 15:21:33 +02:00
parent 11694e134f
commit 7e749ed2ef

View file

@ -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);
}