This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Munns
jamesmunns.com
did:plc:rqm4qgf6jdmb35mxatuzi6cq
For the #Rust people:
Does anyone know of an async, broadcast channel, similar to `tokio::sync::broadcast`, BUT instead of skipping when a receiver is full, it instead "yields until taken by all receivers" semantics, similar to `tokio::sync::mpsc`?
2025-01-19T16:19:16.725Z