> On 2 Dec 2022, at 20:03, Ian Pilcher <arequip...@gmail.com> wrote:
> 
> Does Python provide any way to call the "p" variants of the I/O
> multiplexing functions?
> 
> Looking at the documentation of the select[1] and selectors[2] modules,
> it appears that they expose only the "non-p" variants.
> 
> [1] https://docs.python.org/3/library/select.html
> [2] https://docs.python.org/3/library/selectors.html

Can you use signalfd and select/poll/epoll?

Barry

> 
> -- 
> ========================================================================
> Google                                      Where SkyNet meets Idiocracy
> ========================================================================
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to