Struct SpinLock
    Public
    
    Spin lock which can be used in Burst.
Good when the lock is generally uncontested. Very inefficient when the lock is contested.
Public Methods
        
                Lock
        
                ()
    
                    
                    
                        Public
                    
                
        
                Unlock
        
                ()
    
                    
                    
                        Public
                    
                Private/Protected Members
        
                locked
        
    
                    
                    
                        Private