--- @meta local yarn = {} --- Creates a new, fresh Yarn thread. --- `fun` is the function that will run in the thread. function yarn.thread(fun) end return yarn