[PR #57] [MERGED] Split tasks - No more blocking the event loop #258

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/57
Author: @feschber
Created: 12/23/2023
Status: Merged
Merged: 12/23/2023
Merged by: @feschber

Base: mainHead: split-tasks


📝 Commits (10+)

📊 Changes

4 files changed (+621 additions, -367 deletions)

View changed files

📝 src/client.rs (+8 -2)
📝 src/dns.rs (+1 -1)
📝 src/main.rs (+4 -26)
📝 src/server.rs (+608 -338)

📄 Description

No description provided


🔄 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/57 **Author:** [@feschber](https://github.com/feschber) **Created:** 12/23/2023 **Status:** ✅ Merged **Merged:** 12/23/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `split-tasks` --- ### 📝 Commits (10+) - [`a30fea9`](https://github.com/feschber/lan-mouse/commit/a30fea9b540568493fc283e005cbfad986d46f6a) wip: split server into multiple tasks - [`fe75980`](https://github.com/feschber/lan-mouse/commit/fe75980537293f7f590cab47d2d05fd81f14e36a) async dns resolving - [`cae845c`](https://github.com/feschber/lan-mouse/commit/cae845c9220a8336f290abfc0eb53dbc989f4458) fix port change - [`96f1113`](https://github.com/feschber/lan-mouse/commit/96f1113d1b2e1dfb8cd20ef259070be27b801be4) formatting - [`30600c1`](https://github.com/feschber/lan-mouse/commit/30600c1bf8e493538da3f4f13b0ff1cabfc5a818) fix windows - [`3c83c62`](https://github.com/feschber/lan-mouse/commit/3c83c6200f4927846a687a03445b0923a98e6f80) fix most clippy lints - [`3d001d6`](https://github.com/feschber/lan-mouse/commit/3d001d6b52aa296df11c268ab4e5e3c6c6522536) formatting - [`db816a8`](https://github.com/feschber/lan-mouse/commit/db816a8d591c74bab0a609b43154c0257541a53f) fix socket recreation + change pinging logic - [`e07854d`](https://github.com/feschber/lan-mouse/commit/e07854d20355cf3307b238383c59d952b0e4a4e7) restore signaling functionality - [`4de3ef7`](https://github.com/feschber/lan-mouse/commit/4de3ef7edcb5d3b96b312f031f4e1949509082bc) fix fix ips ### 📊 Changes **4 files changed** (+621 additions, -367 deletions) <details> <summary>View changed files</summary> 📝 `src/client.rs` (+8 -2) 📝 `src/dns.rs` (+1 -1) 📝 `src/main.rs` (+4 -26) 📝 `src/server.rs` (+608 -338) </details> ### 📄 Description _No description provided_ --- <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:15:21 -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#258
No description provided.