commit | 8d71fdb94b0ec48cb4e45cc3207679987fc15448 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Dec 07 21:55:19 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Dec 12 09:25:56 2014 -0700 |
tree | 76603a8af4e46d247b2a9dc205fb0c772596d682 | |
parent | 71355d5dcc29b018e1d14795435fee122612d9fb [diff] |
util: Signal Signal is an enhanced version of EventEmitter: * only the owner can emit a signal (aka trigger an event) * signal connection (aka event subscription) can be disconnected EventEmitter is deprecated in favor of Signal. refs #2279 Change-Id: I74ea5fef2e1e9b34776aa04f01170600b171152e
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.