mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #115] Implement non-blocking event subscriber system #76
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#76
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?
Originally created by @mum4k on GitHub (Feb 11, 2019).
Original GitHub issue: https://github.com/mum4k/termdash/issues/115
We are starting to add more and more subscribers to the mouse and keyboard events. The current approach with closures doesn't scale, since any misbehaving subscriber can block or slow down the entire application.
We will want:
@mum4k commented on GitHub (Feb 18, 2019):
We should however drop events towards the slow subscriber, so that we can't have backlog longer than X.