mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-23 19:20:53 -05: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