add io synchronous option
When EMPER is build with -Dio_synchronous
each Future will be
completed synchronously when calling Future::wait()
.
Edited by Maxim Onciul
When EMPER is build with -Dio_synchronous
each Future will be
completed synchronously when calling Future::wait()
.