axpoll-set 0.1.0

Shared and exclusive readiness queue implementation.
docs.rs failed to build axpoll-set-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

axpoll-set

axpoll-set is the common no_std readiness queue implementation for TGOSKits. It stores owned registrations defined by the pure axpoll API and applies Linux waitqueue selection semantics: one wake notifies every matching shared observer and at most one matching exclusive consumer.

Registration and wake selection run in task or deferred context. Hard interrupt handlers publish readiness and use the runtime's typed IRQ-to-task bridge before the deferred service calls PollSet::wake.