There should be a way to use boost::future<T> and boost::promise<T> for zk::future<T> and zk::promise<T>. Something along the lines of cmake -DZKPP_BUILD_SETTING_FUTURE=BOOST_THREAD ... While we're here, better documentation for how to use alternative future implementations.
This will help give a better answer to #107.
There should be a way to use
boost::future<T>andboost::promise<T>forzk::future<T>andzk::promise<T>. Something along the lines ofcmake -DZKPP_BUILD_SETTING_FUTURE=BOOST_THREAD ... While we're here, better documentation for how to use alternative future implementations.This will help give a better answer to #107.