forked from reactor/reactor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backport reactor#1746 Add VirtualTimeScheduler#getScheduledTaskCount()
Since VirtualTimeScheduler already has "counter" that keeps track of the number of the scheduled tasks, it can be used to check whether tasks have executed on the scheduler. This change exposes that counter as "scheduled task count". (cherry picked from commit e532799) (backported for the benefit of reactor#1916 backport)
- Loading branch information
1 parent
cc4ffff
commit 80d78bc
Showing
2 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters