-
-
Notifications
You must be signed in to change notification settings - Fork 783
hwIo.base.IoBase relies on braille._BgThread #14130
Copy link
Copy link
Closed
Labels
Addon/APIChanges to NVDA's API for addons to support addon development.Changes to NVDA's API for addons to support addon development.api-breaking-changeaudience/nvda-devPR or issue is relevant to NVDA / Add-on developersPR or issue is relevant to NVDA / Add-on developersneeds-technical-investigationA technical investigation is required to progress the issue.A technical investigation is required to progress the issue.
Milestone
Metadata
Metadata
Assignees
Labels
Addon/APIChanges to NVDA's API for addons to support addon development.Changes to NVDA's API for addons to support addon development.api-breaking-changeaudience/nvda-devPR or issue is relevant to NVDA / Add-on developersPR or issue is relevant to NVDA / Add-on developersneeds-technical-investigationA technical investigation is required to progress the issue.A technical investigation is required to progress the issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
There is a reference from hwIo.base.IoBase to braille._BgThread that we need to get rid of at some point. This will probably be API breaking, but it would really help if we could make IoBase independent of the background thread that it runs it APCs on.
Describe the solution you'd like
Provide a callable to the constructor of IoBase where it can throw its APC at.