Releases: JuliaActors/Actors.jl
Releases · JuliaActors/Actors.jl
v0.2.5
Actors v0.2.5
- mainly one bugfix in
stop()
function, see commit 94cdfbd - Juliacon21 slides, code, captions
Closed issues:
- Detect and handle node failures (#24)
Merged pull requests:
- Fix arg expansion syntax (#28) (@caleb-allen)
v0.2.4
Actors v0.2.4
- supervisors can detect and handle node failures,
- checkpointing (first draft),
- enhanced error handling documentation,
- reorganized documentation (diátaxis framework)
Closed issues:
v0.2.3
Actors v0.2.3
**
- improved diagnostics
- basic error handling:
connect
actors,monitor
actors and tasks,supervise
actors and tasks
Closed issues:
- Wait for all Actors to complete before exiting Julia (#20)
v0.2.2
v0.2.1
Actors v0.2.1
- partial function application with
Bhv
much faster
Closed issues:
- Develop v0.2, Usability (#10)
v0.2.0
Actors v0.2.0
- improved interface,
- flexibility in expressing actor behavior with partial function application and functors,
- actor protocol improved,
- complete documentation with more examples.
v0.1.8
Actors v0.1.8
- object-oriented style: any callable object can be given as behavior
- functional (as before) and object-oriented style are equivalent
Closed issues:
- Actors Application Interface (#11)
v0.1.7
Actors v0.1.7
- bugfix release: fixed a bug in receive caused by a sporadic time delay between
fetch(ch)
andisready(ch)
v0.1.6
Actors v0.1.6
- change links given in Bhv arguments to remote when spawning distributed actors,
- change local links to remote when sent to distributed actors