Creates a task skipping the first n items from the stream.
Items are processed sequentially and output order is preserved.
The type of items in the stream
The number of items to skip (negative values treated as zero)
A task that skips the first n items
Creates a task skipping the first n items from the stream.
Items are processed sequentially and output order is preserved.