suspend fun FileSystem.readFileAwait(path: String): Buffer
Reads the entire file as represented by the path path as a , asynchronously.
handler
- the handler that will be called on completion
Returna
reference to this, so the API can be used fluently *