Make GUI faster and more responsive
Closed this issue · 0 comments
Good-man commented
PoshSecFramework (PSF) uses Windows Forms and Controls in a synchronous way. This causes the GUI to appear to hang while PSF initializes and processes requests. Using asynchronous design patterns, PSF can be made to appear faster and more responsive.