Skip to content

non-blocking read/write #15

@ssfrr

Description

@ssfrr

Currently reading or writing from a LibSndFile stream blocks all of Julia because it uses libsndfile's read and write functions. If we could do the read/write in a separate thread and then notify an AsyncCondition condition, the Julia Task could just wait on the condition. Not sure if that could be done in pure Julia or if I'd need a little C shim, but that wouldn't be so bad...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions