#18948 add eagerComplete parameter to FlowOps.merge
This commit is contained in:
parent
e6b8c86315
commit
144875a665
8 changed files with 67 additions and 40 deletions
|
|
@ -43,8 +43,8 @@ In that case you can still manually fuse those graphs which shall run on less Ac
|
|||
* all Stages (this includes all built-in linear operators)
|
||||
* TCP connections
|
||||
|
||||
Introduced proper named constructor methods insted of ``wrap()``
|
||||
================================================================
|
||||
Introduced proper named constructor methods instead of ``wrap()``
|
||||
=================================================================
|
||||
|
||||
There were several, unrelated uses of ``wrap()`` which made it hard to find and hard to understand the intention of
|
||||
the call. Therefore these use-cases now have methods with different names, helping Java 8 type inference (by reducing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue