-
Notifications
You must be signed in to change notification settings - Fork 44
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
Documentation TODO for 3.x #29
Comments
Yeah I think it's a good idea to list everything, then do separate issues etc. It should be easier to cooperate on it. Ideally I'd see table of contents to fill. :D Other stuff off the top of my head is cats-effect integration (related to A lot of the changes can be noticed going through releases: https://monix.io/blog/2018/03/19/monix-v3.0.0-RC1.html |
👍 FYI our competition for https://functional-streams-for-scala.github.io/fs2/ This should also give us ideas about what's missing in Monix that's important — although those aren't a priority for the 3.0.0 release, because what's there already is pretty good and we can always add stuff afterwards. Also the Just one piece of advice in case you start contributing — for documentation it's better to do it piecemeal, so prefer small PRs that can be merged faster. Incomplete documentation is better than zero documentation 🙂 |
Btw guys, helping with the docs is extremely valuable, so thanks for taking initiative ❤️ |
FYI, I started to work on the |
Cool, I hope to have a bit more free time after a week or two and continue |
|
@kszlim I have it on my todo list so I'll get to it eventually (though I focused on |
I hope this is OK, but I wanted to capture task ideas from @alexandru and @Avasil in #28 (comment) in a more visible place and also add a checklist.
Iterant
(lots of documentation in Scaladocs)Scheduler
clockRealtime
/clockMonotonic
TracingScheduler
Task
features:cancelable
uncancelable
onCancelRaiseError
bracket
start
+cancel
+Fiber
racePair
onErrorRestartLoop
TaskLocal
Timer
The text was updated successfully, but these errors were encountered: