Stact
Stact copied to clipboard
An early actor framework for .NET, long since abandoned by me.
I encountered some unclear code in one of the benchmarks. The access to modified closure will be fixed in .net 4.5, so this may not function as expected.
I am a PhD student in the CS department at the University of Illinois. I'm currently doing research on refactoring tools for parallel programming. I developed a tool that migrates...
Hello, current nuget package (v1.1.0) has dependency to log4net library. At the same time it looks like nothing(neither Stact nor Magnum) actually uses it. May be it is better to...
``` public static bool SendRequestWaitForResponse(this UntypedChannel channel, TimeSpan timeout) in class ExtensionsForChannels ``` If I pass TimeSpan.MaxValue to this method, I get the exception: ``` System.ArgumentOutOfRangeException was unhandled by user...