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