Gotcha. I don't plan to move MapNode, just to understand the threading model for Project and Filter really. Thanks for the heads up.
Li On Thu, May 19, 2022 at 2:20 PM Sasha Krassovsky <krassovskysa...@gmail.com> wrote: > Hello! > Yes your understanding is correct. However it is worth noting that when > MapNode was originally implemented it was meant to remove some boilerplate > from Project and Filter, as previously these nodes spawned separate tasks. > As we move towards more efficiently using pipeline execution, this boiler > plate can go away, and MapNode with it. I have a series of pull requests in > flight that removes MapNode. I’d suggest for any new code to avoid using > it. > > Sasha > > > 19 мая 2022 г., в 07:38, Li Jin <ice.xell...@gmail.com> написал(а): > > >