C# 클래스 AvalonStudio.TextEditor.Utils.BusyManager

This class is used to prevent stack overflows by representing a 'busy' flag that prevents reentrance when another call is running. However, using a simple 'bool busy' is not thread-safe, so we use a thread-static BusyManager.
파일 보기 프로젝트 열기: VitalElement/AvalonStudio

공개 메소드들

메소드 설명
Enter ( object obj ) : BusyLock

메소드 상세

Enter() 공개 정적인 메소드

public static Enter ( object obj ) : BusyLock
obj object
리턴 BusyLock