fishinabarrel/linux-kernel-module-rust

Add poll to FIleOperations

Open

#232 建立於 2020年8月9日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (122 fork)github user discovery
enhancementgood first issue

倉庫指標

Star
 (1,340 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

(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!

貢獻者指南