dasky92

Results 2 comments of dasky92

Me too. I want to search all files name in git repository, but it seems only work well in current directory, or i need to set something?

Maybe you should add `exe = bg_executor.submit(...); from concurrent.futures import wait; wait(exe);`. The main thread(api) would not wait for bg_executor until you call `wait or as_completed` explicitly !