By default, futures and promises are non-blocking, making use of callbacks instead ... Future { doSomething }(ExecutionContext.global).map { doSomethingElse }( ...
確定! 回上一頁