Mike Jensen

Results 26 comments of Mike Jensen

FWIW, I actually have best performance when running number of physical cores + qty of cpu's. It does seem to be able to take advantage of some HT, but not...

Another one to possibly consider would be cloudbees buildhive: https://buildhive.cloudbees.com/ It is based on Jenkins, so gives quite a bit of flexibility. If you wanted to put in a _little_...

I had this issue in 3.3.0 as well. But seems to be fixed in 3.4. Not sure what specifically changed to fix it.

I coded one possible fix but as described in the comment it has a few disadvantages: https://github.com/jentfoo/threadly/commit/767309bcdf3833d33f691d8d102e121afd19ee34 I would like to find a better solution if one exists.

Thank you for your issue! I definitely want to make this library easier to understand and dive into. Part of my struggle is that there is so much it can...

I agree. As you probably know the documentation part is not the most fun for any project, but it absolutely is important. I will keep this issue open to indicate...

Thank you for the recommendation @regbo! I agree that `chain` would make it much simpler to adapt the futures. I am less sure in the value of `chainThrowing`. It seems...

Thank you @regbo. I was also considering the specific function name, `as` is more obvious to me what it's designed to do. If that wording makes sense to you I...

@regbo, I apologize for the delay. I have submitted this under the PR https://github.com/threadly/threadly/pull/279 If this looks good to you I am happy to release this as version 7.1. Feel...