We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache OpenDALを参考に、CompletableFuture<T>で結果を返すAPIをJava APIに増やします。 #550 (comment)
CompletableFuture<T>
N/A
OpenDALのJavaの非同期は、なんかちょっと変わる予定らしいです。 apache/opendal#4376
The text was updated successfully, but these errors were encountered:
実装しても良いような気はしつつ、需要が発生してからでも良いような気もしつつ、という直感です! 優先度は高くないけどプルリク来たらマージしても良いかも、くらいの温度感かな…? (需要がわからないのがとても大きい)
Sorry, something went wrong.
まあ今入れるかどうかはともかく、名前空間は他言語と合わせる形でpackage blockingを切った方が多分よいですね。
package blocking
blocking
change!(java): blockingパッケージを作ってクラス移動 (#861)
006b4f0
Java APIに`voicevoxcore.blocking`パッケージを作り、`Synthesizer`などをそ こに入れる。それに伴い、同期版APIでも非同期版APIでも共通するであろう次の クラスは分離して`blocking`の外のパッケージに置く。 - `voicevoxcore.{Synthesizer. => }AccelerationMode` - `voicevoxcore.{VoiceModelFile. => }SpeakerMeta` - `voicevoxcore.{VoiceModelFile. => }StyleMeta` - `voicevoxcore.{VoiceModelFile. => }StyleType` - `voicevoxcore.{UserDict.Word => UserDictWord}` Refs: #769 (comment)
No branches or pull requests
内容
Apache OpenDALを参考に、
CompletableFuture<T>
で結果を返すAPIをJava APIに増やします。#550 (comment)
Pros 良くなる点
Cons 悪くなる点
実現方法
VOICEVOXのバージョン
N/A
OSの種類/ディストリ/バージョン
その他
OpenDALのJavaの非同期は、なんかちょっと変わる予定らしいです。
apache/opendal#4376
The text was updated successfully, but these errors were encountered: