-
I know about
iter
andtry_iter
. -
Since there is only one receiver, is there a way to
-
get a Option to the next item up
-
do some processing of the item
-
depending on the results of processing, either take the elem (consuming it) or do nothing (leaving the item still first in the Receiver channel)