-
Notifications
You must be signed in to change notification settings - Fork 62
[#4] Update roadmap #404
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
[#4] Update roadmap #404
Conversation
ROADMAP.md
Outdated
## v0.5 | ||
|
||
* [ ] Untyped API | ||
* [x] C binding | ||
* [ ] (Waitset), event multiplexing and advanced push notifications | ||
* [ ] finalize C and C++ API | ||
* [ ] Fully dynamic payload for pub/sub | ||
* [ ] Derive macro for SHM transferable types | ||
* [ ] Node as basis for monitoring and resource cleanup | ||
* [ ] `serde`-based shm serialization to transmit arbitrary types | ||
* [ ] Pipeline (optional Request/Response) | ||
* [ ] Request/Response |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about splitting this into something like
## v0.5
Core/Main/Focus (for the lack of a better word)
* [ ] foo
Stretch/Bonus
* [ ] bar
Everything from stretch
would be promoted to core
of the next release if not implemented in the current release.
ROADMAP.md
Outdated
* [ ] Untyped API | ||
* [x] C binding | ||
* [ ] (Waitset), event multiplexing and advanced push notifications | ||
* [ ] finalize C and C++ API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [ ] finalize C and C++ API | |
* [ ] Finalize C and C++ API |
|
||
* [ ] Untyped API | ||
* [x] C binding | ||
* [ ] (Waitset), event multiplexing and advanced push notifications |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [ ] (Waitset), event multiplexing and advanced push notifications | |
* [ ] (Waitset) Event multiplexing and advanced push notifications |
22327a9
to
a585897
Compare
a585897
to
17d09f7
Compare
Notes for Reviewer
Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Relates to #4