How to write an efficient scheduler in Java - Part 1
While working on my latest project, SolidInbox there are many cases where I need to run one or more jobs, at specific times without needing user input. There are many examples for this:
Fetch DMs: I need to fetch user's direct messages regularly so ...
mahdix.com2 min read