A task is a concurrent thread of execution in an Ada program. Tasks correspond to Threads in Java. Task definitions are split into two parts. The task specification defines the public interface to a task. This interface consists of some set of entry calls by which this task may be called from another task.
Synonyms
tasksStats
created |
1 year ago |
viewed |
16 times |
active |
1 year ago |
editors |
1 |
Recent Hot Answers
What is (and why do I need) => when creating a task in c#How can I run both of these methods 'at the same time' in .NET 4.5?
How can I run both of these methods 'at the same time' in .NET 4.5?
Task that do no operation
Understanding System.Threading.Tasks behavior
more »
Related Tags
c# × 415multithreading × 215
task-parallel-library × 125
.net × 125
java × 113
asynchronous × 106
ant × 61
parallel-processing × 60
python × 48
scheduler × 45
windows × 44
activity × 44
c#-4.0 × 41
scheduled-tasks × 38
.net-4.0 × 37
queue × 34
ssis × 34
background × 33
wpf × 33
eclipse × 29
php × 25
sharepoint × 24
api × 24