Shift AsyncPipe to NetworkSocket
Summary: Shift AsyncPipe to be backed by NetworkSocket, as the only things this can be used for are listenable to by libevent. At the moment, the APIs for what are listenable to by libevent are all described in terms of NetworkSocket. While, by name, this may seem incorrect, in practice, it is correct in function, due to the limitations of how NetworkSocket's are obtainable on Windows, and all existing calls to these functions on posix platforms are already functional by being file descriptor backed. The plan is to have this, slightly badly named for the location, interface for the moment, and to clean it up in the future. Reviewed By: yfeldblum Differential Revision: D14702972 fbshipit-source-id: 785281a7bb9fafc63f5295e33f5bc136b9bc70f1
Showing
Please register or sign in to comment