-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Entity manager and other conveniences (#121)
* Improve the API ergonomics Improves the API ergonomics by providing a convenience function for running an entity manager and projections etc. The function returns both a task to spawn and a channel for sending commands. Along the way, I also removed the `NonZeroUsize` type as a parameter as it is ugly, and not intended for APIs. * Returns a filter of consumers Replaces having to create a watch, and a convenience for providing an initial set of filters. * Return envelopes and filters For convenience, returns an envelope sender and a filter receiver from the task.
- Loading branch information
Showing
8 changed files
with
537 additions
and
494 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
Oops, something went wrong.