Linux kernel event queue: Difference between revisions

From wikinotes
(Created page with "Linux kernel events are currently queued with the epoll system.")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Linux kernel events are currently queued with the [[epoll]] system.
Linux kernel events are currently queued with the [[epoll]] system.
= Tutorials =
<blockquote>
{| class="wikitable"
|-
| kernel queues essential guide || https://habr.com/en/post/600123/#linux-and-epoll
|-
|}
</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.