tvl-depot/assessments/semiprimes/server/lib
William Carroll 714ec29743 Define Cache and convert app to OTP
Define a simple in-memory key-value store for our cache.

TL;DR:
- Define `Cache` as a simple state-keeping `Agent`
- Define `Sup`, which starts our Cache process
- Define `App`, which starts our Supervisor process
- Whitelist `App` in `mix.exs`, so that it starts after calling `iex -S mix`
2020-12-12 01:04:39 +00:00
..
app.ex Define Cache and convert app to OTP 2020-12-12 01:04:39 +00:00
cache.ex Define Cache and convert app to OTP 2020-12-12 01:04:39 +00:00
extras.ex Add moduledoc to Extras 2020-12-11 22:48:12 +00:00
math.ex Define Math module 2020-12-11 22:43:26 +00:00
server.ex Init Elixir project 2020-12-11 22:42:16 +00:00
sup.ex Define Cache and convert app to OTP 2020-12-12 01:04:39 +00:00