Skip to content
#

threads

Here are 609 public repositories matching this topic...

Examples covering Concurrent Programming in Java using Threads, Atomic Classes, Concurrent Collections, Synchronized blocks, Locks, Executors Class, Executor Service interface, Runnable, Callable Threads, Deadlocks, Livelocks and ThreadLocal types

  • Updated Jun 10, 2024
  • Java

this app i build rest-api on docker and apply line notify api to app , it works for reminder me (To do list), And now i deploy to render server. Note render server sleeps ever 15 mins. So i found solution use cron-jobs.com to send a request to the endpoint As, /ping,/server every 10 mins or use resttemplate to request. it also works too.

  • Updated May 11, 2024
  • Java

Improve this page

Add a description, image, and links to the threads topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the threads topic, visit your repo's landing page and select "manage topics."

Learn more