Ryan Leckey
                                            Ryan Leckey
                                        
                                    @nihiluis Thanks for pointing that out. This is what I get for not using a permanent link. See: https://github.com/mehcode/shio-rs/blob/v0.1.0/examples/middleware/src/main.rs It doesn't compile anymore as `IntoFutureExt` no longer exists but it...
I admit the usage of that example is garbage, that example is just a proof-of-concept, "hey this works and doesn't use boxes". --- This is about as simple as we...
> using rayon for the thread pool + std io Why `rayon` and not [`future-cpupool`](using rayon for the thread pool + std io)? > it's actually very difficult with Router...
I definitely agree that this _should_ be easily possible. A quick work around for a limitation here would be to use a `ThreadLocal`. ```rust lazy_static! { pub static CLIENT: ThreadLocal...
Awesome job again and appreciate the fixes @Meralis40. Really busy this week so not sure when I'll have time to wrap this up.
@Meralis40 From a quick look over that looks awesome! Go ahead and open a pull request when you're ready and we can discuss more there. Some quick notes: - I'd...
`cron` hasn't had a new release that fixes that sadly. We could pin a git version I suppose as its been a few months and the fix is on master....
@zslayton Awesome, thanks. I'll get that integrated into here soon.
This is sort of done. The short-hand syntax is not there but the constant delay is. Going to change this issue to focus on the syntax. --- ```rust my_agenda.add(|| {...
The `master` branch here should support this. Just need to dust it off and release it. Definitely would love a PR as it seems I haven't got the time to...