How to use NonBlockingFileIO for repeated writes

Hi Johannes,

I'm using async-http-client with a delegate to save the response to disk. If I return an EventLoopFuture from the didReceive... functions that is fulfilled when the file write is done, do you know whether this will deal with the back pressure. Comments imply this is the case, just wanted to verify this is correct.