mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 01:16:20 -05:00
Fix typo in documentation
This commit is contained in:
parent
7aaf29c3de
commit
f6b22d25da
@ -265,7 +265,7 @@ public:
|
|||||||
* Execute given function on another thread without blocking the caller
|
* Execute given function on another thread without blocking the caller
|
||||||
* execution.
|
* execution.
|
||||||
* This can be generalized with variadic template, ATM it is enough to wrap
|
* This can be generalized with variadic template, ATM it is enough to wrap
|
||||||
* any kind of function call or job into a lamba which get no paramethers
|
* any kind of function call or job into a lambda which get no paramethers
|
||||||
* and return nothing but can capture
|
* and return nothing but can capture
|
||||||
* This can be easly optimized later by using a thread pool
|
* This can be easly optimized later by using a thread pool
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user