dependabot-preview[bot] on nuget
Bump NUnit from 3.7.1 to 3.13.1… (compare)
dependabot-preview[bot] on nuget
Bump Microsoft.NET.Test.Sdk fro… (compare)
dependabot-preview[bot] on nuget
Bump System.Configuration.Confi… (compare)
dependabot-preview[bot] on nuget
Bump FsCheck.Xunit from 2.14.6 … (compare)
internal sealed class WorkerQueue
{
internal ConcurrentQueue<Action> WorkQueue = new ConcurrentQueue<Action>();
internal readonly ManualResetEventSlim Event = new ManualResetEventSlim(false);
public void AddWork(Action work)
{
WorkQueue.Enqueue(work);
Event.Set();
}
}
DequeAll
in a modified version of ConcurrentQueue. that would be feasable too, right? we could just make the concurrentqueue head point to where the last segment is, and then enumerate over all of the segments we just removed... havent checked the code for it, but that should work, right?
ActorRef
needs special handling to be resolved into a real actorref.. and it can be embedded deeply inside another message