Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify actor creation #3

Merged
merged 23 commits into from
Apr 11, 2020
Merged

Conversation

olexiyb
Copy link

@olexiyb olexiyb commented Apr 11, 2020

taken from
riker-rs#84

biedermanns and others added 23 commits July 16, 2019 17:23
(+) trait PropsConstructor
(+) PropsConstructor implementation for all actors with impl Default
(c) renamed actor_of to actor_of_props
(+) implemented actor_of for structs which implement PropsConstructor
(c) updated tests
(c) updated readme
(c) rename ArgsPropsConstructor to ActorFactoryArgs
(c) fixed tests
(c) changed test (which I missed earlier) to use the new actor_of
(c) removed ActorFactory
(c) renamed ActorFactoryArgs to ActorFactory
(c) changed impl ActorFactory for A: Default + Actor to work with the changed traits
# Conflicts:
#	src/system/system.rs
…tory and ActorFactoryArgs respectively

fix spelling in README.md
@olexiyb olexiyb merged commit fa52fba into actors-rs:master Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants