Package 

Class ReactChoreographer


  • 
    public class ReactChoreographer
    
                        

    A simple wrapper around Choreographer that allows us to control the order certain callbacks are executed within a given frame. The main difference is that we enforce this is accessed from the UI thread: this is because this ordering cannot be guaranteed across multiple threads.