aesi-eclipse / com.virtlink.aesi.eclipse.syntaxcoloring / AsyncPresentationReconciler
AsyncPresentationReconciler
open class AsyncPresentationReconciler : AbstractPresentationReconciler
Implementation of the IPresentationReconciler
that assumes that its presentation repairer may take some time. The damagers however should be quick, since they’ll be executed on the main thread.
Constructors
<init> | AsyncPresentationReconciler() Implementation of the IPresentationReconciler that assumes that its presentation repairer may take some time. The damagers however should be quick, since they’ll be executed on the main thread. |