Closed calebkleveter closed 6 years ago
Adds a .future() method to the Worker protocol that creates a new, succeeded, future with a Void value.
.future()
Worker
Void
let success: Future<Void> = request.future()
Hey @calebkleveter, you just merged a pull request, have a coin!
You now have 277 coins.
Adds a
.future()
method to theWorker
protocol that creates a new, succeeded, future with aVoid
value.