The reconciled loader is useful to anyone who wants to verify a stream of responses against a selector traversal. It should probably live on its own though.
Design decisions:
need to cleanup methods for public interface
should we support multiple streams of incoming data?
should we support the local traversal getting ahead of the remote traversal (skipped during initial implementation).
What
The reconciled loader is useful to anyone who wants to verify a stream of responses against a selector traversal. It should probably live on its own though.
Design decisions: