fbzmq: Add fbzmq library
authorAmol Bhave <ambhave@fb.com>
Sat, 11 May 2019 00:39:03 +0000 (17:39 -0700)
committerAmol Bhave <ambhave@fb.com>
Fri, 14 Jun 2019 10:24:09 +0000 (03:24 -0700)
commit6ad97a3d51c278f43ebb79b4b8d801bc064ea689
tree5069c9b2b3304d7275ecbc43466f1725b52dafbb
parent290e23ac61e43922ccda4e5525de2144224fb1dd
fbzmq: Add fbzmq library

fbzmq provides a framework for writing services in C++ while leveraging
the features of libzmq (message passing semantics).

Compile tested: nbg6817, master

Maintainer: me

Signed-off-by: Amol Bhave <ambhave@fb.com>
libs/fbzmq/Makefile [new file with mode: 0644]