Skip to content

Commit

Permalink
Add a fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 31, 2024
1 parent 8118164 commit 44edb59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/voicevox_core_python_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,8 @@ mod asyncio {

#[pyclass]
pub(crate) struct Synthesizer {
// FIXME: `Arc<voicevox_core::nonblocking::Synthesizer>`ではなく、`Arc<Closable<_>>`を
// `clone`する
synthesizer: Arc<
Closable<
Arc<voicevox_core::nonblocking::Synthesizer<voicevox_core::nonblocking::OpenJtalk>>,
Expand Down

0 comments on commit 44edb59

Please sign in to comment.