I don't think you need two streams at all. Unless there's more code in
between the two streams that you're not showing.
Would the following work:
(def -private-stream- (s/stream ...))
(def my-sink (s/sink-only -private-stream-))
(def my-source (s/source-only -private-stream-))
Or if you really
On Thu, Aug 27, 2015 at 10:51 PM, Zach Tellman wrote:
> Hi Atamert,
>
>
Hi Zach,
> For future reference, posting these questions to
> https://groups.google.com/forum/#!forum/aleph-lib will ensure I'll see
> them sooner.
>
I've subscribed. Thanks.
>
> The `source-only` method is just a way t
Hi Atamert,
For future reference, posting these questions
to https://groups.google.com/forum/#!forum/aleph-lib will ensure I'll see
them sooner.
The `source-only` method is just a way to make sure that the chance for
confusion is minimized, it doesn't prevent the underlying object from being