Add writable() to AsyncTransport
[folly.git] / folly / io / async / AsyncSocket.h
index f8aa27f6019fa4955b6d90e4af789a42fcc08e86..d4ddf0becaf2d0254ff5dd2b88045b539cd9d2a3 100644 (file)
@@ -522,6 +522,7 @@ class AsyncSocket : virtual public AsyncTransportWrapper {
   void shutdownWriteNow() override;
 
   bool readable() const override;
+  bool writable() const override;
   bool isPending() const override;
   virtual bool hangup() const;
   bool good() const override;