Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(UBNetworkAccessManager): Use atomic_int instead of volatile
volatile is intended for hardware interaction, where changes might not be obvious from the given code, disabling certain compiler features. The intended use is atomic operations, so use that instead.
- Loading branch information