Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Re-enable background XenBus task #21

Open
fmckeogh opened this issue Feb 27, 2022 · 0 comments
Open

Re-enable background XenBus task #21

fmckeogh opened this issue Feb 27, 2022 · 0 comments
Assignees

Comments

@fmckeogh
Copy link
Contributor

To merge #20 the background task was disabled and a single blocking request function is used which internally spins until the response is received.

request should instead be async and sleeps until the background task receives a response at which point it can be woken. This would require implementing the Waker behaviour for the scheduler so was avoided for now.

@fmckeogh fmckeogh self-assigned this Feb 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant