vlingo-net / xoom-net-actors

Type safe Actor Model toolkit for reactive concurrency and resiliency using C# and other .NET languages.
Mozilla Public License 2.0
39 stars 18 forks source link

AccessSafely lacks supplier signature for ReadingWith #68

Closed tjaskula closed 4 years ago

tjaskula commented 5 years ago

AccessSafely should support a ReadingWith signature that takes Action<T> if one parameter can be passed in but without returning any value.