Skip to content

Conversation

@tomaka
Copy link
Contributor

@tomaka tomaka commented Apr 23, 2023

Step towards #133

This PR gets rid of the dependency towards futures, and replaces it with others such as async-lock, futures-channel and futures-util.

async-lock has the advantage that it is built on top of events_listener, and that events_listener supports no_std except for the fact that no version has been published yet (smol-rs/event-listener#34).
In other words, async-lock can be made no_std quite easily, as opposed to futures which is likely never going to happen.

@tomaka tomaka added this pull request to the merge queue Apr 24, 2023
Merged via the queue into smol-dot:main with commit 8c1a88b Apr 24, 2023
@tomaka tomaka deleted the futures-boo branch April 24, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant