AsyncFile.create

AsyncFile create(FileConfig config = FileConfig.init) static @trusted

Create a detached file wrapper.

Returns an owned wrapper. The caller is responsible for calling dispose() or close().

Returns

A new file wrapper ready to open a file.