UniTask Integration
If your project uses UniTask, the VITALROUTER_UNITASK_INTEGRATION compiler switch will be automatically enabled.
The following features will be enabled.
- Additional optimizations
- By default,
SemaphoreSlimis used for locking async methods, but in UniTask mode,IUniTaskSource-based implementations are selected.
- By default,
- UniTask can be used as the return value of the
[Route]method.