Responsible for the high efficiency and concurrent execution of the task in the thread pool.
1. You can customize the thread pool size so that you can adjust the performance requirements for your project.
2. You don't have to worry about the task-running-overtime, because the task framework has been implemented to monitor the timeout task, once the task is running out of time, the task monitor will remove it from the thread pool, but also to help you automatically end the timeout task.
3. The task scheduling framework has excellent performance, if the task queue is empty, the framework will automatically enter into the waiting state until the task queue has a task to add. This will greatly reduce the consumption of CPU.
4.The framework is very easy to use, for example:
TaskQueue queue = new TaskQueue();
taskAssigner = new TaskAssigner(queue, 10);
taskAssigner.start();
queue.add(task);

Features

  • Simple and convenient
  • High performance
  • Strong extension

Project Samples

Project Activity

See All Activity >

Follow task

task Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

User Reviews

Be the first to post a review of task!

Additional Project Details

Registered

2015-09-24