mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
blocking_worker: Resolve -Wdocumentation warning
This commit is contained in:
parent
16737bc8b6
commit
0d180e23f0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace Service::Sockets {
|
|||
* Worker abstraction to execute blocking calls on host without blocking the guest thread
|
||||
*
|
||||
* @tparam Service Service where the work is executed
|
||||
* @tparam ...Types Types of work to execute
|
||||
* @tparam Types Types of work to execute
|
||||
*/
|
||||
template <class Service, class... Types>
|
||||
class BlockingWorker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue