monix / shade

Memcached client for Scala
MIT License
106 stars 19 forks source link

Replaced Future with CancelableFuture #45

Closed aoprisan closed 7 years ago

aoprisan commented 7 years ago

I have replaced all Futures with Cancelable Future and renamed the methods returning Future to their original name with 'F' appended.