-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67389/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-8668, MESOS-8671 and MESOS-8672
https://issues.apache.org/jira/browse/MESOS-8668
https://issues.apache.org/jira/browse/MESOS-8671
https://issues.apache.org/jira/browse/MESOS-8672
Repository: mesos
Description
-------
The Windows IOCP async backend, called libwinio, provides a single
threaded event loop implementation that allows for async IO and timer
events. libwinio wraps the native Win32 async functions using
libprocess's primitives, which makes it easier to use and more type
safe.
Diffs
-----
3rdparty/libprocess/src/CMakeLists.txt
cf443dffd0663ecf02b7efd6f7094175b94aae19
3rdparty/libprocess/src/libwinio_impl.hpp PRE-CREATION
3rdparty/libprocess/src/libwinio_impl.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/67389/diff/1/
Testing
-------
Thanks,
Akash Gupta