wait.lua 274 B

123456789101112131415
  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. variants = {
  7. {
  8. arguments = {},
  9. returns = {}
  10. }
  11. },
  12. related = {
  13. 'Thread:isRunning'
  14. }
  15. }