EventStream with Tokio and Crossterm

I don't get how I can set the receiver of a IntervalStream using tokio_stream, + I wish I could handle Crossterm events as eventkeys and IntervalStream on the same receiver...
I thought of making a normal crossterm receiver and sending that to the same receiver as IntervalStream is set to, but how can I do that?