Module fp_rust::handler[][src]

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

Structs

HandlerThread

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

Traits

Handler

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