microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Rename Task.get() to Task.await() #41

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

Per internal discussion, using .await() instead of .get() will make more intuitive sense to the developer. It's inconsistent with CompletableFuture, but there's no strong reason to try and be consistent with CompletableFuture (it might actually be beneficial to avoid this association).