To serve an outside invocation of a netlet method, the node must allocate a thread in which the method is executed. Netlets should avoid blocking these threads as the number of threads per netlet may be limited.
Additionally, netlets may create their own threads.