mixpanel / mixpanel-android

Official Android Tracking Library for Mixpanel Analytics
http://mixpanel.com/
Apache License 2.0
1.02k stars 366 forks source link

using countdownlatch to hold the calling thread copying ObjC sdk #822

Open nadavf24 opened 10 months ago

nadavf24 commented 10 months ago

i added a blockingFlush This is intended to ensure flush is completed fully before moving on with other takes. the flushWithCompletion interface from objective c inspires this.