Skip to content

Commit ca1726a

Browse files
committed
Merge pull request #28 from abersnaze/close_eagerly
use the experimental version of `using()` that closes resources eagerly.
2 parents d2432aa + 80ba20c commit ca1726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/observables/StringObservable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void call(S resource) {
101101
throw new RuntimeException(e);
102102
}
103103
}
104-
});
104+
}, true);
105105
}
106106

107107
/**

0 commit comments

Comments
 (0)