Migrate any code paths using the Execute Coroutine approach to use the AsyncToSync function instead. This is to ensure better async compatibility within the library.
- Identify all instances of Execute Coroutine usage
- Replace them with AsyncToSync function usage
- Test for compatibility and correctness
This change aims to standardize asynchronous handling in the library.
Migrate any code paths using the Execute Coroutine approach to use the AsyncToSync function instead. This is to ensure better async compatibility within the library.
This change aims to standardize asynchronous handling in the library.