sourcemod icon indicating copy to clipboard operation
sourcemod copied to clipboard

Add asynchoronous File API

Open CrazyHackGUT opened this issue 3 years ago • 0 comments

I request add asynchoronous (callback-based) API for most of File and DirectoryListing natives. The reason is possible I/O speed issues: simple call DeleteFile can cause a freeze because we wait a response from filesystem API.

CrazyHackGUT avatar Dec 21 '21 11:12 CrazyHackGUT