And, to that point, when would you want to use e/Offload vs e/Task?
e/Offload is currently stubbed out btw, we're redesigning it, currently playing with a few experimental alternatives internally
e/Task is for calling a missionary task. e/Offload is for calling a clojure thunk and offloading it on a thread pool, so as not to block the main electric thread