-
Notifications
You must be signed in to change notification settings - Fork 24
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
Improve getting started experience #238
Comments
What I guess would help is:
|
Ok, after re-checking the docs. I think it already is there. |
Improvements:
Will take a stab at improving the code docs. |
I'm going to attempt to improve the experience of writing and running actors as follows:
The purpose of this macro is not to remove all the boilerplate, but rather prepare the actor implementations to require minimal modifications when async traits are fully available in Rust, so that just removing the #[actor] macro (and making the macro a dummy) will allow the code to keep working. |
Current issues where we can improve
@ctron Iirc, you had some more points around actor documentation. Could you add those points here? There are some actor introcution in the 'Introduction', and a programmatic introduction in the 'Basic application' section of https://book.drogue.io/drogue-device/dev/index.html. But iirc you had some other valid points.
The text was updated successfully, but these errors were encountered: