Named Threads
A named thread is defined as follows:
thread <name>;
Where <name>
is the name of the thread. The thread is not actually started until it is used by
some part of the system.
A named thread is defined as follows:
thread <name>;
Where <name>
is the name of the thread. The thread is not actually started until it is used by
some part of the system.
© 2017-2024 Filip Strömbäck
Design by Christoffer Holm