Module fp_rust::handler[][src]

Expand description

In this module there’re implementations & tests of Handler. (Inspired by Android Handler)

Structs

HandlerThread could receive FnMut and run them on its own thread. It implements Handler trait simply and works well.

Traits

Handler trait defines the interface which could receive FnMut and run them on its own thread.