sourcemod
sourcemod copied to clipboard
Add asynchoronous File API
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.