Detaches the thread from the application domain.
()
| 12367 | } |
| 12368 | /** Detaches the thread from the application domain. */ |
| 12369 | detach() { |
| 12370 | return Il2Cpp.Api._threadDetach(this); |
| 12371 | } |
| 12372 | /** Schedules a callback on the current thread. */ |
| 12373 | schedule(block, delayMs = 0) { |
| 12374 | const threadId = this.id; |
no test coverage detected