locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 362 forks source link

liftCompletableFuture function fix #3483

Closed pomadchin closed 2 years ago

pomadchin commented 2 years ago

Overview

This PR fixes the liftCompletableFuture function implementation. It should accept Future as a by name parameter to ensure wrapping happens before the Future is executed.

Checklist