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 // monotonically increasing: does not decrease after receive is called
assert_eq!(2, actor::SUBSCRIPTIONS[0].watermark()); assert_eq!(2, actor::SUBSCRIPTIONS[0].watermark());
hprintln!("{:#?}", actor::SUBSCRIPTIONS).ok();
loop { loop {
debug::exit(debug::EXIT_SUCCESS); debug::exit(debug::EXIT_SUCCESS);
} }