pub fn is_pending_polled() -> bool
Expand description

Future execution reach an phase where needs some uncertain time

NOTE that

  • polling the in-memory-vector-based stream does not take uncertain time
  • polling remote html page does
  • polling a sleep-based future does