mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
Fix typo in documentation
This commit is contained in:
parent
7aaf29c3de
commit
f6b22d25da
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ public:
|
|||
* Execute given function on another thread without blocking the caller
|
||||
* execution.
|
||||
* 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
|
||||
* This can be easly optimized later by using a thread pool
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue