Module ctr.thread.pool
The thread.pool module.
Only accessible from a sub-thread.
Usage:
local pool = require("ctr.thread.pool")
Functions
set (index, value) | Set a value in the thread's pool. |
get (index) | Get a value from the thread's pool. |