[PR #97] [MERGED] refactor producer and consumer #277

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/97
Author: @feschber
Created: 3/21/2024
Status: Merged
Merged: 3/21/2024
Merged by: @feschber

Base: mainHead: refactor-prod-cons


📝 Commits (1)

  • 1b3fd00 refactor producer and consumer

📊 Changes

19 files changed (+52 additions, -55 deletions)

View changed files

src/backend.rs (+0 -2)
src/backend/consumer.rs (+0 -20)
src/backend/producer.rs (+0 -17)
📝 src/consumer.rs (+28 -8)
📝 src/consumer/dummy.rs (+0 -0)
📝 src/consumer/libei.rs (+0 -0)
📝 src/consumer/macos.rs (+0 -0)
📝 src/consumer/windows.rs (+0 -0)
📝 src/consumer/wlroots.rs (+0 -0)
📝 src/consumer/x11.rs (+0 -0)
📝 src/consumer/xdg_desktop_portal.rs (+0 -0)
📝 src/lib.rs (+0 -1)
📝 src/producer.rs (+24 -7)
📝 src/producer/dummy.rs (+0 -0)
📝 src/producer/libei.rs (+0 -0)
📝 src/producer/macos.rs (+0 -0)
📝 src/producer/wayland.rs (+0 -0)
📝 src/producer/windows.rs (+0 -0)
📝 src/producer/x11.rs (+0 -0)

📄 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/97 **Author:** [@feschber](https://github.com/feschber) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `refactor-prod-cons` --- ### 📝 Commits (1) - [`1b3fd00`](https://github.com/feschber/lan-mouse/commit/1b3fd00328803fc6e05d067e442381e75f816840) refactor producer and consumer ### 📊 Changes **19 files changed** (+52 additions, -55 deletions) <details> <summary>View changed files</summary> ➖ `src/backend.rs` (+0 -2) ➖ `src/backend/consumer.rs` (+0 -20) ➖ `src/backend/producer.rs` (+0 -17) 📝 `src/consumer.rs` (+28 -8) 📝 `src/consumer/dummy.rs` (+0 -0) 📝 `src/consumer/libei.rs` (+0 -0) 📝 `src/consumer/macos.rs` (+0 -0) 📝 `src/consumer/windows.rs` (+0 -0) 📝 `src/consumer/wlroots.rs` (+0 -0) 📝 `src/consumer/x11.rs` (+0 -0) 📝 `src/consumer/xdg_desktop_portal.rs` (+0 -0) 📝 `src/lib.rs` (+0 -1) 📝 `src/producer.rs` (+24 -7) 📝 `src/producer/dummy.rs` (+0 -0) 📝 `src/producer/libei.rs` (+0 -0) 📝 `src/producer/macos.rs` (+0 -0) 📝 `src/producer/wayland.rs` (+0 -0) 📝 `src/producer/windows.rs` (+0 -0) 📝 `src/producer/x11.rs` (+0 -0) </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:46 -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#277
No description provided.