Creates an IdlePollingTransfer — a reactive channel with fallback polling on idle.
If no data has been received via push() for longer than timeout ms,
periodic polling of the fetcher starts with the given interval.
When new data arrives via push(), polling stops and the idle timer resets.
Creates an IdlePollingTransfer — a reactive channel with fallback polling on idle.
If no data has been received via push() for longer than timeout ms, periodic polling of the fetcher starts with the given interval. When new data arrives via push(), polling stops and the idle timer resets.
Capabilities: Pushable, Pullable, Subscribable, Triggerable, Gate