wait.lua 201 B

123456789
  1. return {
  2. summary = 'Wait for the Thread to complete.',
  3. description = 'Waits for the Thread to complete, then returns.',
  4. arguments = {},
  5. returns = {},
  6. related = {
  7. 'Thread:isRunning'
  8. }
  9. }