vapor / core

🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
MIT License
82 stars 50 forks source link

Created Worker.future() method #156

Closed calebkleveter closed 6 years ago

calebkleveter commented 6 years ago

Adds a .future() method to the Worker protocol that creates a new, succeeded, future with a Void value.

let success: Future<Void> = request.future()
penny-coin commented 6 years ago

Hey @calebkleveter, you just merged a pull request, have a coin!

You now have 277 coins.