Skip to content

Instance Method

makeFutureWithTask(_:)

func makeFutureWithTask<Value>(_ body: @escaping @Sendable () async throws -> Value) -> EventLoopFuture<Value>