use concurrency for rebuilding search list after deletion so we don't block main thread on very, very large files
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
structure InputMsg =
|
||||
struct datatype t = CHAR_EVENT of char | KEY_ESC | RESIZE_EVENT of int * int end
|
||||
struct
|
||||
datatype t =
|
||||
CHAR_EVENT of char
|
||||
| KEY_ESC
|
||||
| RESIZE_EVENT of int * int
|
||||
| WITH_SEARCH_LIST of int vector
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user