dotfiles/app/lib/prymn
Nikos Papadakis 26ba60b95d
app: refactor the Connection to make it asynchronous when connecting
Some work has been done on making the Connection feel nicer, but also
more work is needed to not have the channel be exposed to the upper
layers of the application. We should wrap all the GRPC calls in the
GenServer (which may also allow caching on certain calls such as
get_sys_info)
2023-08-28 23:32:42 +03:00
..
accounts Add typespecs, remove unneeded documentation 2023-07-29 14:45:09 +03:00
agents app: refactor the Connection to make it asynchronous when connecting 2023-08-28 23:32:42 +03:00
servers app: refactor the Connection to make it asynchronous when connecting 2023-08-28 23:32:42 +03:00
accounts.ex Add typespecs, remove unneeded documentation 2023-07-29 14:45:09 +03:00
agents.ex app: refactor the Connection to make it asynchronous when connecting 2023-08-28 23:32:42 +03:00
application.ex app: a nice poc background connection with the agent 2023-08-26 00:51:04 +03:00
mailer.ex rename backend -> app 2023-07-19 23:24:24 +03:00
repo.ex rename backend -> app 2023-07-19 23:24:24 +03:00
servers.ex app: use normal assigns instead of streams for the server list 2023-07-26 22:41:52 +03:00