8000 Tags · neithanmo/ractor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: neithanmo/ractor

Tags

v0.14.5

Toggle v0.14.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Marking that the converter function in the derived actor is cross-thr…

…ead safe since it's just an Into() call. (slawlor#321)

v0.14.4

Toggle v0.14.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add monitor API back (slawlor#317)

* Re-add the monitor API, but with an option in the map to save allocations when unused.

Additionally move to Option<HashMap> types to save on allocations for regular supervisions (if the actor doesn't supervise anything, we don't need to create the empty map)

* Gate monitor API behind a feature, update crate version, add CI coverage on monitors, and update API and README docs

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prep for 0.14.3 release (slawlor#314)

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a `wait()` operator for an actor (slawlor#304)

This allows someone to wait for the actor's exit without waiting on the JoinHandle

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix broken build for non async-trait builds (slawlor#302)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add proper span handling to factories through extension trait (slawlo…

…r#300)

v0.13.5

Toggle v0.13.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Gate the span propagation with a feature so it can be opted-out (slaw…

…lor#299)

v0.13.4

Toggle v0.13.4's commit message
Prep 0.13.4 release

v0.13.3

Toggle v0.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing broken CI signals (slawlor#296)

Includes updating the generated test certificates for TLS integration tests and a minor addition for stats

v0.13.2

Toggle v0.13.2's commit message
Prep for v0.13.2 release

0