On Sun, 2016-03-27 at 02:50 +0200, Graham Leggett wrote: > ... (A bunch of questions about proton's internal io routines.)
The real question is what you are doing that you need to use pn_selectable at all? The only reasons I can see to use this sort of internal detail of the proton reactor implementation is if you are writing a language binding, and want to use the proton reactor (why would you do that?). Or you are trying to integrate your own files into the reactor in a way that the build in fd support cannot handle. This corner of the API is not amazingly useful and so if you can avoid using it I would strongly advise that you do! Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
