Future(baseFuture: BaseFuture)
Base class for all our Futures.
This mainly decouples our Futures from the TomP2P Futures. This means, users of this class need not import TomP2P.
Note: DO have a look at how TomP2P defines completion, success and failure before using this!