DKIM signing

2020-02-19 Thread Brjánn Ljótsson
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

Re: Asynchronous http poll

2018-05-15 Thread Brjánn Ljótsson
;> 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

Re: Asynchronous http poll

2018-05-13 Thread Brjánn Ljótsson
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,

Asynchronous http poll

2018-05-08 Thread Brjánn Ljótsson
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

Tack scheduler

2018-04-17 Thread Brjánn Ljótsson
- 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