Re: Why is `binding-conveyor-fn` private?

2020-08-21 Thread Dimitrios Jim Piliouras
Yeah good point, thanks Sean :) Kind regards On Fri, 21 Aug 2020, 19:32 Sean Corfield, wrote: > Isn't that what bound-fn and bound-fn* are for? > > On Fri, Aug 21, 2020 at 11:21 AM Dimitrios Jim Piliouras < > jimpil1...@gmail.com> wrote: > >> Hi folks, >> >> I don’t get this… >> >> Why would

Re: Why is `binding-conveyor-fn` private?

2020-08-21 Thread Sean Corfield
Isn't that what bound-fn and bound-fn* are for? On Fri, Aug 21, 2020 at 11:21 AM Dimitrios Jim Piliouras < jimpil1...@gmail.com> wrote: > Hi folks, > > I don’t get this… > > Why would such a neat/important utility private? Every time I > submit/schedule a function to some Executor manually (not

Why is `binding-conveyor-fn` private?

2020-08-21 Thread Dimitrios Jim Piliouras
Hi folks, I don’t get this… Why would such a neat/important utility private? Every time I submit/schedule a function to some Executor manually (not via `future` or `agent`), I need to remember to wrap it with `binding-conveyor-fn` (otherwise dynamic bindings won’t get propagated), and every