You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be useful to add a chain_with function to the itertools that does the same thing as chain but lazily calling the function that builds the iterator.
This would make chaining with iterators computed in another thread easier.
The workaround described here is somewhat limited because map is not an FnOnce even though the way it is used provides the guarantee it will only be used once.
bb010g, ciuncan, tjjfvi, Kazurin-775, ibraheemdev and 2 more