issues
search
slawlor
/
ractor
Rust actor framework
MIT License
1.52k
stars
73
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump ractor dependencies to match their actual use (#285)
#286
zhapich
opened
24 minutes ago
0
tokio version specification is outdated in ractor/Cargo.toml
#285
zhapich
opened
1 day ago
0
Bump codecov/codecov-action from 4 to 5
#284
dependabot[bot]
closed
3 days ago
0
Fix typos in docs
#283
Cardosaum
closed
5 days ago
1
Is there a way to propagate panic in actor? How do you write tests?
#282
nfejzic
opened
3 weeks ago
5
Large cleanup
#281
slawlor
closed
3 weeks ago
1
Pipeline modelling
#280
nmammeri
closed
2 weeks ago
2
Add a way to gracefully stop all children actors in the supervision tree recursively
#278
contrun
closed
3 weeks ago
0
Add child operations from supervision tree AND type_id support
#277
slawlor
closed
3 weeks ago
1
Query the `type_id` of an actor at runtime
#276
stuartcarnie
closed
3 weeks ago
8
Add silent-retry support for factory messages + support for factories without `async-trait`
#275
slawlor
closed
1 month ago
1
RFC: inspecting actor messages and states for testing and debuging
#274
contrun
opened
1 month ago
2
Missing callsites for a bunch of factory stats
#273
slawlor
closed
1 month ago
1
Dont gate factory behind `async-trait`
#272
seanaye
closed
1 month ago
2
Adding tests for queueing and fix bug in queue length calculation
#270
slawlor
closed
1 month ago
1
fix issue where remote actors in PG's were always joined into the default scope locally
#269
stalkopat
closed
1 month ago
1
Add support for draining an actor's message queue.
#268
slawlor
closed
1 month ago
1
Add functionality to access the number of in-flight messages from the factory
#267
slawlor
closed
1 month ago
1
Automatic `tracing::Span` propagation
#266
texascloud
closed
1 month ago
4
chore!: fix primitives typo
#265
robjtede
closed
1 month ago
1
Generic stats impl for factories
#264
slawlor
closed
1 month ago
1
Move to oneshot's instead of bounded channels of size 1
#263
slawlor
closed
1 month ago
0
Performance Improvements
#262
slawlor
opened
1 month ago
1
More memory improvements, but smaller. No API changes
#261
slawlor
closed
1 month ago
0
Actors were taking an excessive amount of memory upon creation.
#260
slawlor
closed
1 month ago
0
Update site with rustconf preso
#259
slawlor
closed
2 months ago
0
Fix categories to valid slugs
#258
slawlor
closed
2 months ago
0
We should only notify the stop listener AFTER `post_stop`
#257
slawlor
closed
2 months ago
0
Stashing some type of messages during a specific state of an actor
#255
contrun
closed
1 month ago
7
Add a pre_stop fn or some way to wait until post_stop has finished
#254
lucasmerlin
closed
2 months ago
3
call_t! not working with predefined trait type
#253
askasp
closed
3 months ago
1
Update prost-types requirement from 0.12 to 0.13
#252
dependabot[bot]
closed
1 month ago
2
Update prost requirement from 0.12 to 0.13
#251
dependabot[bot]
closed
1 month ago
2
Update prost-build requirement from 0.12 to 0.13
#250
dependabot[bot]
closed
1 month ago
2
flush() method to help testing
#249
gusinacio
closed
2 months ago
2
With async-trait turned off, it is impossible to use factory
#248
Jaraxzus
closed
4 months ago
3
Update dashmap requirement from 5 to 6
#246
dependabot[bot]
closed
5 months ago
0
Fix sample code in readme
#245
chenyukang
closed
5 months ago
2
As a subscriber, I should can subscribe multiple type of messages from publisher
#244
FancyQian
closed
5 months ago
2
Adding handling if the actor fails during pre_start that it doesn't poison the named and pid registries.
#243
slawlor
closed
5 months ago
0
More doc updates
#242
slawlor
closed
6 months ago
0
Updating defunct docs from new factory migration
#241
slawlor
closed
6 months ago
0
SpawnErr when spawning named actor will permanently pollute that name
#240
Escapingbug
closed
5 months ago
0
Prep for 0.10.0 release
#238
slawlor
closed
6 months ago
0
Improvements to the factory construct
#237
slawlor
closed
6 months ago
0
Update protobuf-src requirement from 1 to 2
#236
dependabot[bot]
closed
6 months ago
0
Awaiting input in an actor
#235
dns2utf8-novaziun
closed
6 months ago
1
Handle multiple message types
#234
dns2utf8-novaziun
closed
6 months ago
1
Compiler panics
#233
vinay10949
closed
6 months ago
2
Factory improvements
#232
slawlor
closed
6 months ago
1
Next