Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote.rs async improvement #14

Open
evgenyigumnov opened this issue Jun 22, 2024 · 0 comments
Open

remote.rs async improvement #14

evgenyigumnov opened this issue Jun 22, 2024 · 0 comments
Assignees

Comments

@evgenyigumnov
Copy link
Member

  1. replace Mutex to AtomicBool
  2. remove Mutex in actor_ref of stuct ActorServer
  3. replace counter: Mutex to Atomic
  4. replace Mutex to DashMap in promise of struct ActorClient
  5. replace read_half: Mutex<tokio::io::ReadHalf>, write_half: Mutex<tokio::io::WriteHalf>,
    to 2 mpsc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants