Lib/concurrent/futures (part 3)
Source:
cpython 3.14 @ ab2d84fe1023/Lib/concurrent/futures/_base.py
This annotation covers the Future lifecycle and executor submit. See lib_concurrent2_detail for ThreadPoolExecutor.__init__, the work queue, and thread management.