add io latency evaluation
It uses a watch thread writing to eventfd and a ReadFuture with a Callback to measure the latency between writing to the eventfd and executing the resulting IO Continuation.
The worker submitting the read request starts a busy loop after the submission to enforce that the IO-continuation is delayed on this worker.