mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 08:56:24 +02:00
misc: chore: Use explicit types in common project
This commit is contained in:
parent
97188556d8
commit
a97fd4beb1
15 changed files with 59 additions and 56 deletions
|
@ -34,7 +34,7 @@ namespace Ryujinx.Common
|
|||
{
|
||||
try
|
||||
{
|
||||
foreach (var item in _queue.GetConsumingEnumerable(_cts.Token))
|
||||
foreach (T item in _queue.GetConsumingEnumerable(_cts.Token))
|
||||
{
|
||||
_workerAction(item);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue