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

Add extra GenServer reading materials #12

Open
3 of 5 tasks
WannesFransen1994 opened this issue Aug 31, 2020 · 4 comments
Open
3 of 5 tasks

Add extra GenServer reading materials #12

WannesFransen1994 opened this issue Aug 31, 2020 · 4 comments

Comments

@WannesFransen1994
Copy link
Owner

WannesFransen1994 commented Aug 31, 2020

There are some extra reading materials that still need to be written:

  • why init is blocking
  • handle_continue since Elixir v1.7
  • periodic work with handle_info
  • non-immediate replies with genserver (calls)
  • How you get a GenServer that uses huge amounts of RAM without hibernate

The first 3 (blocking init, handle_continue, handle_info periodic work) are a must for the UCLL courses and will be prioritized.

@WannesFransen1994
Copy link
Owner Author

*Update: split the init and handle_continue reading materials. Want to go in-depth as to why init is blocking.

@WannesFransen1994
Copy link
Owner Author

*Update: added blocking init reading materials

@WannesFransen1994
Copy link
Owner Author

*Update: added handle_continue
*Update: added periodic work

@BrechtPh
Copy link

Proposition: Number the md files so its more clear in which order they need to be read

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants