Skip to content

Commit 0e283aa

Browse files
authored
Update future-functions.md
1 parent 8df99c1 commit 0e283aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/future-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In all cases, the associated asynchronous state of the `future` object is not se
6161
The pseudo-function `INVOKE` is defined in [\<functional>](../standard-library/functional.md).
6262
6363
### Microsoft Specific
64-
When the passed function is executed asynchronously, it is executed on Windows Thread Pool. See [Thread Pools](https://docs.microsoft.com/en-us/windows/win32/procthread/thread-pools). Number of concurrent threads is limited to thread pool defaults (currently 500). Number of threads concurrently executing on hardware is currently limited by number of logical processor in the process's processor group. See [Processor Groups](https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups).
64+
When the passed function is executed asynchronously, it is executed on Windows Thread Pool. See [Thread Pools](https://docs.microsoft.com/en-us/windows/win32/procthread/thread-pools). Number of concurrent threads is limited to thread pool defaults (currently 500). Number of threads concurrently executing on hardware is currently limited by number of logical processor in the process's processor group, so effectively limited to 64. See [Processor Groups](https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups).
6565
6666
## <a name="future_category"></a> future_category
6767

0 commit comments

Comments
 (0)