-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using MicroAutoFilter to implement Packet::AddRecipient.
NOTE: There is a design choice exposed here that might be altered in the future: Packets are expected to determine their subscribers on construction, rather than initialization. The consequences of this are: (1) When a subscriber is added all packet object pools must be flushed. (2) When a recipient is added it must be removed during the finalize stage. If instead the subscribers were determined on initialization the ObjectPool flush would be avoided, and the finalize stage could simply be to clear lists.
- Loading branch information
Gabriel Hare
committed
Aug 7, 2014
1 parent
803f21e
commit b7fb1f1
Showing
3 changed files
with
108 additions
and
5 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