// This is a documentation file, not a header. But LDoc. /*** The `thread.pool` module. Only accessible from a sub-thread. @module ctr.thread.pool @usage local pool = require("ctr.thread.pool") */ /*** Set a value in the thread's pool. @function set @tparam integer index @param value anything but a table/userdata */ /*** Get a value from the thread's pool. @function get @tparam integer index @return the value stored */