#2721 - Adding implicit sender to Scheduler + tests
This commit is contained in:
parent
68f72459a3
commit
978c86339f
8 changed files with 42 additions and 51 deletions
|
|
@ -79,7 +79,7 @@ public class SchedulerDocTestBase {
|
|||
//to the tickActor after 0ms repeating every 50ms
|
||||
Cancellable cancellable = system.scheduler().schedule(Duration.Zero(),
|
||||
Duration.create(50, TimeUnit.MILLISECONDS), tickActor, "Tick",
|
||||
system.dispatcher());
|
||||
system.dispatcher(), null);
|
||||
|
||||
//This cancels further Ticks to be sent
|
||||
cancellable.cancel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue