Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibCore: Make EventReceiver ref counting use atomics
This removes a race in ImageDecoder's make_decode_image_job(), where the ref count of `this` is mutated from separate threads in the callbacks.
- Loading branch information