mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #179] [MERGED] use local-channel instead of tokio sync channel #317
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:local-channel📝 Commits (1)
6c0dda8use 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.