SolarLiner/interflow

Move to async functions

Open

#44 opened on Mar 25, 2025

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (4 forks)auto 404
apihelp wanted

Repository metrics

Stars
 (64 stars)
PR merge metrics
 (PR metrics pending)

Description

It turns out that many platforms are actually async (using callbacks as continuations, or blocking on asynchronous I/O operations) and it might be something to expose to the use through making the API async.

It might be needed for web support, where interacting with Web Audio is explicitely async and has caused problems in the past [Citation Needed]

Contributor guide