issues
search
rsimmonsjr
/
axiom
Implementation of a highly-scalable and ergonomic actor model for Rust
Other
184
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Integrate TCP capabilities for actors.
#97
rsimmonsjr
closed
4 years ago
1
Issue #70: Improvements to AID serialization
#96
rsimmonsjr
closed
5 years ago
1
Issue #94: Add builder methods to ActorSystemConfig and minimize threads in test cases.
#95
rsimmonsjr
closed
5 years ago
0
Implement Builder Methods for ActorSystemConfig
#94
rsimmonsjr
closed
5 years ago
1
Issue #64: Implement send methods specially designed for Arcs.
#93
rsimmonsjr
closed
5 years ago
0
Issue #93: Renaming ActorId to Aid
#92
rsimmonsjr
closed
5 years ago
0
Rename ActorId to Aid.
#91
rsimmonsjr
closed
5 years ago
1
Issue #78: Rename Status values to be consistent and simple.
#90
rsimmonsjr
closed
5 years ago
0
Refactor System Actor to be a struct based actor in its own file.
#89
rsimmonsjr
closed
4 years ago
0
Implement builder mechanism for spawning actors
#88
rsimmonsjr
closed
5 years ago
0
Implement the builder pattern for spawning actors.
#87
rsimmonsjr
closed
5 years ago
1
Issue #81: Fixed the example, and fixed or improved related Axiom features.
#86
rsimmonsjr
closed
5 years ago
0
Added a lot of error handling and quality of life changes.
#85
rsimmonsjr
closed
5 years ago
0
Add a monte carlo simulation under examples
#84
FenrirWolf
closed
5 years ago
0
Updating to SECC 0.0.10
#83
rsimmonsjr
closed
5 years ago
0
Use HashSet to keep unique lists of monitoring ActorIds
#82
FenrirWolf
closed
5 years ago
0
Debug occasional philosphers.rs lockups.
#81
rsimmonsjr
closed
5 years ago
1
Issues/46 dining philosophers
#80
rsimmonsjr
closed
5 years ago
1
Assign a name to each of the Dispatcher threads.
#79
rsimmonsjr
closed
5 years ago
1
Rename Statuses.
#78
rsimmonsjr
closed
5 years ago
3
Converting FIXME lines into issues
#77
rsimmonsjr
closed
5 years ago
0
Add graceful shutdown for threads handling remotes.
#76
rsimmonsjr
closed
4 years ago
3
Make error handling in ActorSystem::connect more robust.
#75
rsimmonsjr
closed
4 years ago
1
Make error handling in ActorSystem::process_wire_message more robust.
#74
rsimmonsjr
closed
4 years ago
1
Add ability for Actors to return a reason that they stopped via a trait.
#73
rsimmonsjr
closed
5 years ago
0
the ActorSystem::send_to_system_actors should have a "try" implementation.
#72
rsimmonsjr
closed
5 years ago
1
Add message type name to message when std::any::type_name is stabilized.
#71
rsimmonsjr
opened
5 years ago
5
Return error when deserializing an ActorId if a remote is not connected instead of panic.
#70
rsimmonsjr
closed
5 years ago
1
Optimize dispatcher handling for actors that get lots of small messages.
#69
rsimmonsjr
closed
5 years ago
1
Investigate possible race condition when scheduling actor in ActorId::send.
#68
rsimmonsjr
closed
5 years ago
1
When deserializing ActorId, return a deserialization error if the system uuid matches but the actor uuid is not found.
#67
rsimmonsjr
closed
5 years ago
1
Investigate possiblility of removing inner Arc in MessageContent.
#66
rsimmonsjr
closed
5 years ago
1
Change `MessageContent`'s visibility to private
#65
FenrirWolf
closed
5 years ago
0
Create ActorId::send_arc and ActorId::try_sendArc() to make passing Arcs efficient.
#64
rsimmonsjr
closed
5 years ago
1
Create a processor type that doesn't use state.
#63
rsimmonsjr
closed
5 years ago
1
Implementation of Remote Actors
#62
rsimmonsjr
closed
5 years ago
0
Refactor ActorId Semantics to Allow SystemActor.
#61
rsimmonsjr
closed
5 years ago
0
Use `ccl::DashMap` instead of `RwLock<HashMap>`
#60
FenrirWolf
closed
5 years ago
2
Refactor ActorId Semantics to Allow SystemActor
#59
rsimmonsjr
closed
5 years ago
1
Actors currently have no easy way to reply to senders.
#58
rsimmonsjr
closed
5 years ago
1
Semantics and limits of TypeId
#57
icefoxen
closed
5 years ago
9
Changes Resulting from SECC SEGFAULT fixes.
#56
rsimmonsjr
closed
5 years ago
0
Implement PartialOrd and Ord for ActorId
#55
icefoxen
closed
5 years ago
0
Impl Ord for ActorId?
#54
icefoxen
closed
5 years ago
1
Design question: pattern match on message type?
#53
icefoxen
closed
5 years ago
2
Impl Default trait
#52
icefoxen
closed
5 years ago
0
Polishing up release notes for release 0.0.6
#51
rsimmonsjr
closed
5 years ago
0
Added SECC as a Crate dependency and removed from project
#50
rsimmonsjr
closed
5 years ago
0
Split SECC off into its own crate.
#49
rsimmonsjr
closed
5 years ago
0
Issues/37 reset skip issue
#48
rsimmonsjr
closed
5 years ago
0
Previous
Next