Ashet OS

typedef: ashet.process.thread.ThreadFunction

Documentation

Defines the signature of a thread entry point. The parameter is the arg value passed to spawn. The return value is the exit code of the thread.

Definition

typedef ThreadFunction = fnptr (?anyptr) u32;