On Tue Sep 30 20:07:07 2025 +0000, Rémi Bernon wrote:
v2: Leave the fd sending aside for now, it'll be retrieved lazily as alertable waits are made. Not sure to see how it is better though.
It doesn't have to be done lazily (but it can be of course). The point is that there's no reason to do it in the very first request, particularly since that differs between the first and subsequent threads. Just add another request to retrieve it somewhere during thread init.