kagura 0.14.5

component-oriented GUI framework
Documentation
1
2
3
4
5
use super::Task;

pub trait Batch {
    fn poll(&mut self) -> Option<Task>;
}