mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04: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
|
||||
* 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…
Reference in New Issue
Block a user