Skip to content

Conversation

FanaticPond3462
Copy link
Owner

Rust APIのSynthesizerについて、以下のFIXMEを解消する。

pub(crate) mod blocking {
    // FIXME: ここのdocのコードブロックはasync版のものなので、`nonblocking`モジュールの方に移した上で、
    // (ブロッキング版をpublic APIにするならの話ではあるが)ブロッキング版はブロッキング版でコード例
    // を用意する

内容

関連 Issue

その他

Rust APIの`Synthesizer`について、以下のFIXMEを解消する。

```
pub(crate) mod blocking {
    // FIXME: ここのdocのコードブロックはasync版のものなので、`nonblocking`モジュールの方に移した上で、
    // (ブロッキング版をpublic APIにするならの話ではあるが)ブロッキング版はブロッキング版でコード例
    // を用意する
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants