lord
lord
should also remove from queue; if they were in the queue, i guess they were dirty?
there's also the bug where if a node becomes non-observed because we mark its inbound observed edge as 'dirty' we won't mark upstream things as non observed. in general we...
could look into work stealing w crossbeam: https://docs.rs/crossbeam/0.7.3/crossbeam/deque/index.html
other solution is to have a special kind of anchor that can only be used once??
Last time I checked in on this, I wanted to both let some of the async usability mature a little bit (like [RFC 1522](https://github.com/rust-lang/rust/issues/34511) and the new async macro syntax)...
Do you have any particular points you'd simplify about the API? I think my biggest frustration so far is the need for `Arc`s in places that [might not be obvious](https://lord.io/blog/2017/backtalk/#sometimes-you-need-an-arc),...
I've considered it, but it'd be probably be a feature we add much further down the line, once we've solidified how the project will be structured long-term.
@peddermaster2 thanks for the feedback! What headers were you considering setting?
Not currently planned, since at least as of two weeks ago, there's no good tokio-based websockets library for Rust that I could find. That said, if one appears, I'll definitely...
Yup, for sure!