commit | 8e15854eaf7d0ee22e45a3c29567aac6e7f0a90f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 18 00:47:18 2014 -0500 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Nov 20 19:53:28 2014 -0800 |
tree | d3df56c86163b00ca59d8c367cfeea38fc5618fd | |
parent | a464b922f1369d9009464b34113ace6f45f19dd7 [diff] |
face: Reset io_service after io_service::poll() In the case when after the io_service::poll call from the inside of processEvents(<negative time>) there are no more handlers to dispatch, io_service is moved to "stopped" state, which requires io_service::reset() to be called in order for the future events to be dispatched in subsequent poll/processEvents call. Change-Id: I3dd4c44550a5cf6c6885f249ccfb7ba2fbf8198d
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
.