imperative icon indicating copy to clipboard operation
imperative copied to clipboard

Pre Load Command Handlers In Daemon Mode

Open dkelosky opened this issue 3 years ago • 0 comments

Command handlers are lazy loaded; however, in daemon mode, it might be nice if we could pre-load all of the command handlers for users that have slow file systems. At daemon mode startup, a background process could kick off to require all command handlers so that they will be resolved from cache when actually run.

dkelosky avatar Jul 19 '21 19:07 dkelosky