Which statement returns a success or a failure indicator when you execute this code?
val MyFuture = Future {runBackgroundFunction() }
Which statement returns a success or a failure indicator when you execute this code?
val MyFuture = Future {runBackgroundFunction() }