import "io/async";
function async_process()
function async_process(timeout: Integer)
async_quit
function is used to pass another return value.
function async_run_later(delay: Integer, callback, data)
function callback(data)
function async_quit()
function async_quit(ret_value)
async_process
function. Does nothing when not inside
the processing.
import "io/gzip";
function zcompress(arr: Byte[]): Byte[]
function zcompress(arr: Byte[], off: Integer, len: Integer): Byte[]
function zuncompress(arr: Byte[]): Byte[]
function zuncompress(arr: Byte[], off: Integer, len: Integer): Byte[]
function gzip_compress(arr: Byte[]): Byte[]
function gzip_compress(arr: Byte[], off: Integer, len: Integer): Byte[]
function gzip_uncompress(arr: Byte[]): Byte[]
function gzip_uncompress(arr: Byte[], off: Integer, len: Integer): Byte[]