-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename PollItem to reflect its current role as a facade on executor (#…
…3307) This should not change behaviour, but should make the behaviour of this class a bit more understandable for human readers. The history here was PollItem used to be two classes, PollItem and ExecutorStatus. Those two classes were merged, leaving only PollItem; and the combo gained more facade-like behaviour, rather than being only a status cache.
- Loading branch information
1 parent
6210703
commit 675df3c
Showing
3 changed files
with
36 additions
and
36 deletions.
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
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