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 +1,2 @@
|
||||
structure MailboxType = struct datatype t = DRAW of DrawMsg.t end
|
||||
structure MailboxType =
|
||||
struct datatype t = DRAW of DrawMsg.t | SEARCH of LineGap.t * string end
|
||||
|
||||
Reference in New Issue
Block a user