Hi,
Does anyone know of a email DKIM signing implementation in Clojure?
Best wishes,
Brjánn Ljótsson
Karolinska Institutet
Sweden
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroup
;> my proof of concept code (without any code for the client requests or
>>> timeout guards) - and it is my first try at writing code using core.async.
>>>
>>> https://gist.github.com/brjann/d80f1709b3c17ef10a4fc89ae693927f
>>>
>>> The code can be test
you control of the thread of operation, simple
> testing for completion (future-done?), simple timeouts, and no cleanup
> required afterwards.
>
> From what I understand, a promise would fit your requirements and I think
> would be much easier to reason about.
>
> Hope this helps,
ld be
made simultaneously. I've read that "long-running" tasks should not be put
in go blocks. I haven't figured out how to use threads though.
I would be thankful for any input!
Best wishes,
Brjánn Ljótsson
--
You received this message because you are subscribed to the Google
Grou
- An abstract description of a task with methods and timeout rules?
- An extensible task list that can prioritize tasks according to conditions
such as time of day, time since last run, or other arbitrary conditions?
Thanks,
Brjánn Ljótsson
--
You received this message because you are subscribed t