Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 173 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 173 Bytes

IO Monad

  1. Separating pure/impure parts of the code
  2. Behaves better than future
  3. Works with functional patterns
  4. Better control of execution
  5. Some useful methods