You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
22:04 < Jerub> exarkun: it's an idea that was discussed, including a mainloop implementation that
supports async-pep style protocols in stdlib.
22:04 < Jerub> i don't know if it's worth doing, i'd appreciate input
22:06 < exarkun> There should be a way for people to use protocols that follow the pep using just the standard
library.
22:07 < Jerub> yeah, okay, that's what our reasoning was.
22:07 < exarkun> The equivalent of wsgiref
22:07 < Jerub> one idea was to do it using asyncore, another was to just implement it with poll/select or
something.
22:07 < exarkun> It should probably be based on asyncore
22:07 < Jerub> probably end up being a cut+paste from pollreactor or selectreactor or something if we didnt'
use asyncore.
This actually belongs in the async module because it should eventually go into the stdlib as the lowest common denominator implementation.
It should be able to run the protocol described in #21.
The text was updated successfully, but these errors were encountered: