Added a callback mechanism for nonblocking asynchronous scan, via FastClasspathScanner#scanAsync(executorService, numParallelTasks, scanResultProcessor)
. ScanResultProcessor
is a callback FunctionalInterface
consisting of a method to be run after asynchronous scanning has completed (and after any added MatchProcessors
have been run).
(This release also includes a few minor bugfixes.)