This commit is contained in:
Brian Wignall 2019-12-09 02:41:55 -05:00 committed by Johan Andrén
parent be5a17aeae
commit 10e61e816f
12 changed files with 12 additions and 12 deletions

View file

@ -24,7 +24,7 @@ public class BlockingActor extends AbstractBehavior<Integer> {
Integer.class,
i -> {
// DO NOT DO THIS HERE: this is an example of incorrect code,
// better alternatives are described futher on.
// better alternatives are described further on.
// block for 5 seconds, representing blocking I/O, etc
Thread.sleep(5000);