Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Add poll to FIleOperations #232

Open
Tracked by #164
alex opened this issue Aug 9, 2020 · 0 comments
Open
Tracked by #164

Add poll to FIleOperations #232

alex opened this issue Aug 9, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alex
Copy link
Member

alex commented Aug 9, 2020

(Split out from #164)

There's a few moving pieces here:

  • Adding the actual trait and setting up the function pointer
  • Figuring out a safe API for poll_wait -- the lifetimes are pretty tricky, might be best to start with just the &'static case.
  • This may require adding a basic wait queue API at the same time, so we have some way to test this!
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant