"This actually is a place for you to talk. But read the fine print, we are watching you."
3 days ago19 hours ago, Charles wrote
One can imagine some operational hierarchy among watchers. Some watchers watch some non-watchers and some watchers watch some watchers.
C
How about a virtual connectome; a transient graph of peer subjects:
public interface ISubject<in TSource, out TResult> : IObserver<TSource>, IObservable<TResult>
Awaiting actors...