Terminate a thread. Remember to terminate every thread when you are done using it.
(thread: ThreadT)
| 20 | }, |
| 21 | /** Terminate a thread. Remember to terminate every thread when you are done using it. */ |
| 22 | terminate<ThreadT extends ThreadType>(thread: ThreadT) { |
| 23 | return thread[$terminate]() |
| 24 | } |
| 25 | } |
nothing calls this directly
no outgoing calls
no test coverage detected