mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2024-12-12 17:44:26 +01:00
blocking_worker: Resolve -Wdocumentation warning
This commit is contained in:
parent
841b295ad0
commit
9652973db2
@ -29,7 +29,7 @@ namespace Service::Sockets {
|
|||||||
* Worker abstraction to execute blocking calls on host without blocking the guest thread
|
* Worker abstraction to execute blocking calls on host without blocking the guest thread
|
||||||
*
|
*
|
||||||
* @tparam Service Service where the work is executed
|
* @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>
|
template <class Service, class... Types>
|
||||||
class BlockingWorker {
|
class BlockingWorker {
|
||||||
|
Loading…
Reference in New Issue
Block a user