smol-rs / async-channel

Async multi-producer multi-consumer channel
Apache License 2.0
769 stars 39 forks source link

`no_std` support #64

Closed Xavrax closed 1 year ago

Xavrax commented 1 year ago

Hello! Are you guys planning to implement no_std support for this channel?

I know that it is currently blocked by https://github.com/smol-rs/event-listener/issues/61 but assume that it will be resolved soon.

I've checked the implementation and there are few decisions to be made (e.g. how to change std::abort - panic?) but this crates seems to be almost no_std ready. So my question is: did you plan to make such a move?

notgull commented 1 year ago

This will be closed by #59