- 
    
Bug
 - 
    Resolution: Incomplete
 - 
    
P2: Important
 - 
    None
 - 
    6.3.0
 - 
    None
 
- 
        8
 - 
        Foundation Sprint 63
 
check the attached example.
when the application run the QtConccurrent::blockingMap method ,all the threads in QThreadPool will be blocked
reproduce steps(see the screenshot):
1, run the background task.
2. run the normal task.
expected resultL: the normal task will get running.
actual result: the normal task does not run.