* Get the current asynctify state * * @returns The current asynctify state
()
| 85 | * @returns The current asynctify state |
| 86 | */ |
| 87 | getState(): AsyncifyStateKind { |
| 88 | return this.state; |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * Wrap a function that can be used as import of the wasm asynctify layer |
no outgoing calls
no test coverage detected