issues
search
vapor
/
core
🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
MIT License
82
stars
50
forks
source link
fix broken static variadic methods
#117
Closed
tanner0101
closed
6 years ago
tanner0101
commented
6 years ago
[x] swift bug is causing
Future.map
and
Future.flatMap
variadic methods to be non-callbable. This PR un-deprecates the old methods.
Future.map
andFuture.flatMap
variadic methods to be non-callbable. This PR un-deprecates the old methods.