Commit cf61a134 authored by peter's avatar peter
Browse files

fix NonBlockingReadAction javadoc

parent 27514f82
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -13,7 +13,7 @@ import java.util.function.Consumer;
/**
* An utility for running non-blocking read actions in background thread.
* "Interruptible" means to prevent UI freezes, when a write action is about to occur, a read action can be interrupted by a
* "Non-blocking" means to prevent UI freezes, when a write action is about to occur, a read action can be interrupted by a
* {@link com.intellij.openapi.progress.ProcessCanceledException} and then restarted.
*/
public interface NonBlockingReadAction<T> {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment