Checks the current thread against the expected primary thread for the server. Note: this method should not be used to indicate the current synchronized state of the runtime. A current thread matching the main thread indicates that it is synchronized, but a mismatch does not preclude</b
()
| 1893 | * false otherwise |
| 1894 | */ |
| 1895 | boolean isPrimaryThread(); |
| 1896 | |
| 1897 | // Paper start |
| 1898 | /** |
no outgoing calls