1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-16 02:02:14 +03:00

add fiber support

Summary: This diff allows zmq socket to run on folly::fibers

Reviewed By: saifhhasan

Differential Revision: D15113447

fbshipit-source-id: 8a0e1f91d719a9deda48837d4ff1065408280b72
This commit is contained in:
Jingyi Yang
2019-06-10 08:42:18 -07:00
committed by Facebook Github Bot
parent 31dc592daf
commit fef1c99c56
2 changed files with 25 additions and 0 deletions

View File

@@ -38,3 +38,4 @@ def fbcode_builder_spec(builder):
]),
],
}