Home
last modified time | relevance | path

Searched refs:channelTaskFactory (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DSocketConnection.cs372 channelTaskFactory = new TaskFactory<int>(disposalCTS.Token); in SocketCommunicator()
429 var task = channelTaskFactory.FromAsync( in TrySendMessage()
469 var task = channelTaskFactory.FromAsync( in TryReceive()
497 task.Wait(timeout, channelTaskFactory.CancellationToken); in WaitSendOrReceiveTask()
542 private readonly TaskFactory<int> channelTaskFactory; field in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection.SocketCommunicator