mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #30] [MERGED] Async #241
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#241
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/30
Author: @feschber
Created: 10/8/2023
Status: ✅ Merged
Merged: 10/11/2023
Merged by: @feschber
Base:
main← Head:async📝 Commits (7)
8e8f794Initial async support7ecbe0cFix: Clear readinessea478c1fix dns resolver278dea1fix: remove explicit mio dependencyf136f48remove unnecessary tokio features661ec7aWarn on dns error6e0763bfix windows📊 Changes
13 files changed (+445 additions, -557 deletions)
View changed files
📝
Cargo.lock(+13 -14)📝
Cargo.toml(+1 -2)📝
src/backend/producer/wayland.rs(+10 -23)📝
src/backend/producer/windows.rs(+10 -38)📝
src/backend/producer/x11.rs(+12 -25)📝
src/dns.rs(+9 -6)📝
src/event/server.rs(+285 -290)📝
src/frontend.rs(+44 -127)📝
src/frontend/cli.rs(+2 -2)📝
src/frontend/gtk.rs(+4 -1)📝
src/frontend/gtk/window.rs(+1 -1)📝
src/main.rs(+34 -23)📝
src/producer.rs(+20 -5)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.