Skip to content

Commit 658f121

Browse files
Update docs/standard-library/future-functions.md
Co-authored-by: Casey Carter <[email protected]>
1 parent 963a22a commit 658f121

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 @@ The pseudo-function `INVOKE` is defined in [`<functional>`](../standard-library/
6161
6262
**Microsoft specific**
6363
64-
When the passed function is executed asynchronously, it's executes on the Windows Thread Pool. For more information, see [Thread Pools](/windows/win32/procthread/thread-pools). The number of concurrent threads is limited to the thread pool default, which is 500 threads.
64+
When the passed function is executed asynchronously, it executes on the Windows Thread Pool. For more information, see [Thread Pools](/windows/win32/procthread/thread-pools). The number of concurrent threads is limited to the thread pool default, which is 500 threads.
6565
6666
Before Windows 11 and Windows Server 2022, applications were limited by default to a single processor group which has 64 logical processors. This limited the number of concurrently executing threads to 64. For more information, see [Processor Groups](/windows/win32/procthread/processor-groups).
6767

0 commit comments

Comments
 (0)