makeFutureWithTask(_:)

EventLoopGroup+Concurrency.swift:25
func makeFutureWithTask<Value>(_ body: @escaping () async throws -> Value) -> EventLoopFuture<Value>