tenderowls / moorka

ABANDONED
21 stars 5 forks source link

Implicit Reapers to Rx combinators #28

Closed fomkin closed 9 years ago

fomkin commented 9 years ago

Since WeakReferences was removed from Rx, we need to sweep waste bindings again.

def map[B](f: A => B)(implicit reaper: Reaper = Reaper.nice): Rx[B]