executorservice
There are 35 repositories under executorservice topic.
vsilaev/tascalate-concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
AdamBien/porcupine
Threading, Resiliency and Monitoring for Java EE 7/8
opentracing-contrib/java-concurrent
OpenTracing-aware helpers related to java.util.concurrent
vaibhav9225/OperationQueueJava
A java based implementation of NS Operation Queue
Lokesh-Bisht/FileServer
A multithreaded client-server program that uses Java Sockets to establish TCP/IP connection. The server allows multiple clients to upload, retrieve and delete files on/from the server.
kartiksirigeri/go-work-flow
Simple utility to compose goroutines like java's completablefuture. Compose/chain goroutines and wait for completion and fetch any return values.
mintUI9976/RedEugene
An simple job system based of ScheduledThreadPoolExecutor with none monitoring thread
myagehunter/ManyThread
Java 中实现多线程的四种方式
raphhh21/JavaPortScanner
Simple Java port scanner.
serdaralkancode/java-thread-vs-executor
Java Examples --- Threads, Executor Framework,Fork Join Framework,CompletableFuture
acdirican/fifty-shades-of-multithreading
How many different ways can you find to calculate the sum of an array by multi-threading? Thread, Runnable, Callable, Future, ExecutorService
hediske/MultithreadTasks
Multithread Java RMI server allowing the client to store in-memory tasks and manipulate its tasks and also giving them the psosibility to execute their tasks .
JanPollmann/Watchdog
Java8 function calls with timeout (if necessary interruption of the thread)
ManikantaKandagatla/APILoadGenerator
This webapp serves as an utility to fire web requests for the provided API details. Supports parallel API request execution
navneetprabhakar/executor
Project for Executor Framework implementation in Java
pjhaok/ImageFlow
Endless flow of view nodes, fully written using various android and java features like ExecutorService, Executors, Future, Handler, Looper, Threads, Runnable, Callable, json, http, BlockingDeque, Hashtable, WeakReferences, RecyclerView, various CustomViews...etc
rishikeshdhokare/playground
A place where i learn by coding
sandeepbegudem/springboot-completablefuture-modelmapper
This application developed using Spring Boot, Java, H2 Database, Spring Data JPA, Maven, Lombok. This project provides the details on the implementation of the Java8 feature Completable Future for asynchronous paradigm.
shivsantham/Apache-Kafka-Confluent-Evaluation
Evaluating the kafka producer and consumer throughput
wagnerjfr/web-http-socket-server-task-manager-docker
This project aims to create two kinds of multi-threaded web servers (with thread-pooling) for executing simple tasks. There are three tasks implemented and the user can add more. The web servers receive the command and the parameter(s) for running a task through terminal command.
Akshaya-Amar/DeviceAppInfo
DeviceAppInfo displays the information about the applications in your Android device.
arunabellgutteramesh/ConcurrentProgrammingWithJavaThreads
Concurrent Programming with Java Threads. The project imitates the scenario of a company containing 10 departments, making transactions over 50 of its internal accounts.
brianjknight/Advertising-Service-Project
A service providing targeted advertising content to display on a webpage for a given user. The service utilizes streams, threads/concurrency, and futures/asynchrony to return an add most likely to be clicked on by the user.
DhruvJawalkar/Java-Multithreading
Examples covering Concurrent Programming in Java using Threads, Atomic Classes, Concurrent Collections, Synchronized blocks, Synchronizers, Locks, Executors Class, Executor Service interface, Runnable, Callable Threads, Deadlocks, Livelocks, ThreadLocal types and CompletableFutures
iamshreeram/executor-service
Service to invoke commands or script in any machine
mikewoo/concurrency
Java Concurrency study project
roman-andriiv/CopyFileApplication
In this repository I have created a simple program that copies data from a file to another file.
YauhenBichel/Retry-with-resilience4j
Verify page status using resilience4j
DmitriySh/java-util-concurrent
Executor Services and multithreading
Eomaxl/parallel-asynchronous-thread
An application where I have covered concurrency & parallelism starting from threads to completableFuturemplete
haja-fgabriel/scheduled-booking-app
Proof of concept for working with ExecutorService thread pools, Callables and Runnables. Project for Parallel and Distributed Programming subject.
propol/N-Queens-Problem
My algorithm for the solution of the N-Queens problem using concurrency
YauhenBichel/Multithreaded-Java-Program-Read-Files
Multithreaded Java Program ReentrantLock ExecutorService