[PR #179] [MERGED] use local-channel instead of tokio sync channel #317

Closed
opened 2026-05-05 22:16:33 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/179
Author: @feschber
Created: 8/12/2024
Status: Merged
Merged: 8/12/2024
Merged by: @feschber

Base: mainHead: local-channel


📝 Commits (1)

  • 6c0dda8 use local-channel instead of tokio sync channel

📊 Changes

8 files changed (+54 additions, -61 deletions)

View changed files

📝 Cargo.lock (+18 -0)
📝 Cargo.toml (+1 -0)
📝 src/dns.rs (+1 -1)
📝 src/server.rs (+20 -38)
📝 src/server/capture_task.rs (+3 -6)
📝 src/server/emulation_task.rs (+3 -6)
📝 src/server/network_task.rs (+3 -6)
📝 src/server/ping_task.rs (+5 -4)

📄 Description

this avoids the mutex overhead of the tokio channel


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/179 **Author:** [@feschber](https://github.com/feschber) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `local-channel` --- ### 📝 Commits (1) - [`6c0dda8`](https://github.com/feschber/lan-mouse/commit/6c0dda8f374ce94096c70f0174ec673253b647f7) use local-channel instead of tokio sync channel ### 📊 Changes **8 files changed** (+54 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+18 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/dns.rs` (+1 -1) 📝 `src/server.rs` (+20 -38) 📝 `src/server/capture_task.rs` (+3 -6) 📝 `src/server/emulation_task.rs` (+3 -6) 📝 `src/server/network_task.rs` (+3 -6) 📝 `src/server/ping_task.rs` (+5 -4) </details> ### 📄 Description this avoids the mutex overhead of the tokio channel --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:16:33 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#317
No description provided.