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

Statebox feature #55

Closed
smaldini opened this issue May 21, 2013 · 1 comment
Closed

Statebox feature #55

smaldini opened this issue May 21, 2013 · 1 comment
Milestone

Comments

@smaldini
Copy link
Contributor

Having a safe guard (like http://gpars.codehaus.org/Agent and http://doc.akka.io/docs/akka/2.1.0/scala/agents.html)
is an interesting pattern for lock-free data write. It seems to me it only needs to tweak schedule a bit (or rename it?).

@smaldini
Copy link
Contributor Author

smaldini commented Aug 1, 2014

In essence this is covered by Stream API as Stream don't support concurrent notification. Stream + reduce() operation is a classic way to conflate events (write operations for instance).

@smaldini smaldini closed this as completed Aug 1, 2014
@smaldini smaldini added this to the 2.0.0.M1 milestone Aug 1, 2014
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

No branches or pull requests

1 participant