getsentry / getsentry/sentry-java
Check if entering synchronized block is necessary / double checked locking
Abierto
Android
Errors
Improvement
- Lenguaje dominante
- Kotlin
- Estrellas
- 1.4k
- Forks
- 478
- Merge medio
- 2 d 23 h
- PR fusionados (30 d)
- 67
Descripción
### Description
Some code uses `synchronized` blocks. We might gain a bit of performance by checking if we even need to acquire the lock.
- [ ] `LifecycleWatcher`
- [ ] `SentryTracer`
- [ ] ...
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.