0
I Use This!
Inactive
Analyzed about 22 hours ago. based on code collected 1 day ago.

Project Summary

A straightforward implementation of the Agent concurrency model for Scala, inspired by agents in Clojure.
Essentially, an agent wraps a shared mutable state and hides it behind a message-passing interface.
Agents accept messages and process them on behalf of the wrapped state. Typically agents accept functions / commands as messages and ensure the submitted commands are executed against the internal agent's state in a thread-safe manner (sequentially). The submitted functions / commands take the internal state as a parameter and their output becomes the new internal state value.
The code that is submitted to an agent doesn't need to pay attention to threading or synchronization, the agent will provide such guarantees by itself.

Tags

No tags have been added

In a Nutshell, ScalaAgent...

Apache License 2.0
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Sub-License

Private Use

Use Patent Claims

Forbidden

Hold Liable

Use Trademarks

Required

Include Copyright

State Changes

Include License

Include Notice

These details are provided for information only. No information here is legal advice and should not be used as such.

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    65% of companies leverage OSS to speed application development in 2016
  • ...
    check out hot projects on the Open Hub
  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    you can subscribe to e-mail newsletters to receive update from the Open Hub blog

Languages

XML
57%
Scala
43%

30 Day Summary

Apr 1 2024 — May 1 2024

12 Month Summary

May 1 2023 — May 1 2024

Ratings

Be the first to rate this project
Click to add your rating
  
Review this Project!