Skip to content

location: add Linux support via xdg-portal, with a GeoClue fallback - #20

Open
kevinaboos wants to merge 1 commit into
mainfrom
location_linux
Open

location: add Linux support via xdg-portal, with a GeoClue fallback#20
kevinaboos wants to merge 1 commit into
mainfrom
location_linux

Conversation

@kevinaboos

Copy link
Copy Markdown
Member

All the blocking D-Bus work happens on its own thread, so it doesn't matter what async runtime the app uses, and callbacks are serialized on another one so a slow handler can't stall the bus. If the provider dies you get TemporarilyUnavailable and the next call reconnects.

All the blocking D-Bus work happens on its own thread, so it doesn't matter
what async runtime the app uses, and callbacks are serialized on another one
so a slow handler can't stall the bus. If the provider dies you get
`TemporarilyUnavailable` and the next call reconnects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant