AccessKit / accesskit

UI accessibility infrastructure across platforms and programming languages
BSD 3-Clause "New" or "Revised" License
991 stars 48 forks source link

refactor!: Transfer ownership of action requests in the C API #429

Closed mwcampbell closed 1 month ago

mwcampbell commented 1 month ago

This is the simplest way to allow C API users, like GTK, to asynchronously handle arbitrary action requests on another thread.