fn poll_future<T: Future, S: Schedule>( core: &Core<T, S>, cx: Context<'_>, ) -> Poll<()>
Polls the future. If the future completes, the output is written to the stage field.