mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-04 21:32:56 +00:00
misc: chore: Use explicit types in common project
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user