Module fp_rust::monadio[][src]

In this module there're implementations & tests of MonadIO. It's inspired by Rx & MonadIO in Haskell

Structs

MonadIO

MonadIO implements basic Rx/MonadIO APIs. The observe and subscribe actions could be sync/async, and observe & subscribe could be on other threads (by setting up observe_on and subscribe_on).

Functions

of