Ria.Task - wrapper for Elixir.Task
Task.await does not wait over timeout and does not throw exeptions
aliasRia.Task# ...task=Task.async(fn->do_some_work()end)# ...res=Task.await(task,100)defdepsdo[{:ria_task,git: "https://github.com/ria-com/elixir-task-wrapper.git"}]end[elixir-task-wrapper]# mix test