The Async Ecosystem WG is meeting regurlary every Thursday on Discord: wg-net-web. The meeting notes can be found in our GitHub repository and here in this thread.
2019-04-25
Six-Week Sprint
- End date: 2019-05-02 (six weeks)
- Sprint goals
- One week away from the end of the sprint
- Tide: Probably merging the Context PR is the only achievable goal, good progress in regards to session management though
- Async book: Could finish the goals
- Website goals seem to be done
- Library ecosystem: Done as well
- Preparing the next sprint: Some pre-thinking is needed ahead of the next meeting; formalize and communicate the project list on the agenda is also one important factor for next sprint
- In addion we could have rough leads on each sub-project
- Still need to update the discord channels and the README
- Yosh not attending 02/05 meeting
- Sprint goals
Working Group Updates
-
Status updates
- tide
- Improved cookie support landed (PR)
- Great example of how to use middleware and context extensions
- It extends Context with the ability to both read and write cookies
- The middleware, after invoking the endpoint, then reads out the updated cookies and adds them to the response
- Could code example to get familiar with Context and middleware
- General very active in the last week, lots of discussions and new members
- PR is coming up soon which does the crate split discussed last week
- Need to workout a process for review and contribution, and when folks are allowed to merge
- http-service: Returns now a future (PR), now we can work on this issue in tide
- Breaking change to http-service-hyper that changes function signature (serve → run, serve_async → serve)
- Improved cookie support landed (PR)
- futures
- futures_api is now stable in nightly
- futures crate updated accordingly
- expect a PR to put remaining unstable features in futures crate behind a feature flag, so that the crate can work on stable
- runtime
- Patched a bug where macros would fail
- Quite popular, past 500 stars on GitHub
- Created tracking issues for people to get involved (link)
- romio + juliex
- no updates
- async rust book
- Approaching cramertj and coming up with a plan next week
- Plan is to move the book under the rustasync umbrella
- arewewebyet
- Removed outdated packages
- Added two new topics:
- asyncio:
- tokio
- futures
- …
- nodejs
- neon
- asyncio:
- tide
-
- PR sign-off process