OM
Size: a a a
OM
VK
E
OM
RI
await Task.Run(()=>
{
thread staying here —> some thread blocking operation (UDPClient.Receive() or some pulling)
deserializations and calculations
working with received data
});
A
AH
await Task.Run(()=>
{
thread staying here —> some thread blocking operation (UDPClient.Receive() or some pulling)
deserializations and calculations
working with received data
});
AH
IC
IL_000a: ldloca.s 0
IL_000c: constrained. C/A
IL_0012: callvirt instance void [System.Private.CoreLib]System.IDisposable::Dispose()
IC
await Task.Run(()=>
{
thread staying here —> some thread blocking operation (UDPClient.Receive() or some pulling)
deserializations and calculations
working with received data
});
IC
AV
RI
IC
RI
E
IL_000a: ldloca.s 0
IL_000c: constrained. C/A
IL_0012: callvirt instance void [System.Private.CoreLib]System.IDisposable::Dispose()
IC
IC