Skip to content

3. Async operations

Georgy Treshchev edited this page Jul 9, 2022 · 9 revisions

These operations are done asynchronously, which means they do not block the game thread.

Archiving files and directories

Archive Files and Archive Directory nodes

Unarchiving files and directories

Unarchive Files and Unarchive Directory nodes

Compressing and uncompressing raw data

In this context, raw data is any data represented in a single form as a set of bytes.

Compress Raw Data Async and Uncompress Raw Data Async nodes