mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 05:47:57 -05:00
blocking_worker: Resolve -Wdocumentation warning
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user