Linux kernel event queue: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
|}
|}
</blockquote><!-- Tutorials -->
</blockquote><!-- Tutorials -->
= Notes =
<blockquote>
See [[epoll]].
</blockquote><!-- Notes -->

Latest revision as of 13:37, 18 December 2022

Linux kernel events are currently queued with the epoll system.

Tutorials

kernel queues essential guide https://habr.com/en/post/600123/#linux-and-epoll

Notes

See epoll.