On Tue, Nov 19, 2024 at 12:08 PM Samuel Thibault <samuel.thiba...@gnu.org> wrote: > Ah, yes. Since it's not a performance-critical service, you can as well > use ports_manage_port_operations_one_thread instead, and get done with > it :)
This might be an issue once we implement the blocking read/select functionality; don't we want e.g. RTC_RD_TIME to work concurrently with a blocked io_select? Generally: what (specific) software do we expect to work with / make use of /dev/rtc? Sergey