AsyncFs
A contextual reference which provides access to a secondary, asynchronous implementation of the kmp-file:file API. On Jvm/Native, the synchronous kmp-file:file functions are simply called within the provided ctx (such as a background dispatcher). On Js/WasmJs, the kmp-file:file module exposes via InternalFileApi JavaScript's asynchronous callback API which is used in lieu of its synchronous API, which is called within the provided ctx.
See also
Inheritors
Types
Properties
Functions
An asynchronous version of io.matthewnelson.kmp.file.absoluteFile2.
An asynchronous version of io.matthewnelson.kmp.file.absolutePath2.
An asynchronous version of io.matthewnelson.kmp.file.append.
An asynchronous version of io.matthewnelson.kmp.file.append.
Syntactic sugar. To be used with AsyncFs.with.
Syntactic sugar. To be used with AsyncFs.with.
An asynchronous version of io.matthewnelson.kmp.file.appendBytes.
An asynchronous version of io.matthewnelson.kmp.file.appendUtf8.
An asynchronous version of io.matthewnelson.kmp.file.canonicalFile2.
An asynchronous version of io.matthewnelson.kmp.file.canonicalPath2.
Syntactic sugar. To be used with AsyncFs.with.
An asynchronous version of io.matthewnelson.kmp.file.exists2.
Syntactic sugar. To be used with AsyncFs.with.
An asynchronous version of io.matthewnelson.kmp.file.openAppend.
An asynchronous version of io.matthewnelson.kmp.file.openRead.
An asynchronous version of io.matthewnelson.kmp.file.openReadWrite.
An asynchronous version of io.matthewnelson.kmp.file.openWrite.
Syntactic sugar. To be used with AsyncFs.with.
An asynchronous version of io.matthewnelson.kmp.file.read.
An asynchronous version of io.matthewnelson.kmp.file.read.
Syntactic sugar. To be used with AsyncFs.with.
Syntactic sugar. To be used with AsyncFs.with.
An asynchronous version of io.matthewnelson.kmp.file.readBytes.
An asynchronous version of io.matthewnelson.kmp.file.readUtf8.
Syntactic sugar. To be used with AsyncFs.with.
An asynchronous version of io.matthewnelson.kmp.file.write.
An asynchronous version of io.matthewnelson.kmp.file.write.
Syntactic sugar. To be used with AsyncFs.with.
Syntactic sugar. To be used with AsyncFs.with.
An asynchronous version of io.matthewnelson.kmp.file.writeBytes.
Syntactic sugar. To be used with AsyncFs.with.
Syntactic sugar. To be used with AsyncFs.with.