Rosetta
|
Classes | |
class | ui::task::Functor |
class | ui::task::FunctorSequence |
FunctorSequence is essentially a subroutine-like construct that allow you to call sequence of function one-by-one. It guarantee that the next in line function will be called only after all previous calls has finished. More... | |
class | ui::task::FunctorASyncSequence |
FunctorASyncSequence: same as FunctorSequence but start excution of all functors at once. More... | |
class | ui::task::FunctorNetworkCall |
Namespaces | |
ui | |
ui::task | |