Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to mention smol-macros #319

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Conversation

junderw
Copy link
Contributor

@junderw junderw commented Aug 22, 2024

The smol-macros crate internals are a bit complex to explain.

For now, I think linking the smol-macros docs will at least help people on the right path to figure out something.

Partially deals with #317 but more detail about how Executor runs tasks on multiple threads (the caller needs to set up the threads and call block on with run on each thread to make the Executor run on those threads.)

More detail can be added in later PRs.

Copy link
Member

@notgull notgull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@notgull notgull merged commit d328e57 into smol-rs:master Aug 23, 2024
13 checks passed
@notgull notgull mentioned this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants