readFileAsync

Start a thread which reads data from f asynchronously. Call the returning delegate to obtain the read data, blocking until the read completes.

ubyte[] delegate
()
readFileAsync
(
File f
)

Meta