Top "Task" questions

A task is an abstraction that is used to work with concurrency, it can denote operation that should be executed concurrently with the rest of a program.

How to make Task.WaitAll() to break if any exception happened?

I want to make Task.WaitAll() to break out if any of the running tasks throws an exception, so that …

c# task-parallel-library task async-await
How to convert a Task<TDerived> to a Task<TBase>?

Since C#'s Task is a class, you obviously can't cast a Task<TDerived> to a Task<…

c# task async-await
TaskScheduler.Current and TaskScheduler.FromCurrentSynchronizationContext() difference?

I have a task to get products from database, and the ContinueWith action that operate some UI modification, therefore I …

c# task scheduler
Wait for Task to Complete without Blocking UI Thread

I have a fairly complex WPF application that (much like VS2013) has IDocuments and ITools docked within the main shell …

c# asynchronous task semaphore blocking
Celery Tasks Not Being Processed

I'm trying to process some tasks using celery, and I'm not having too much luck. I'm running celeryd and celerybeat …

python rabbitmq task celery broker
How to cancel a Task using CancellationToken?

So I've this code: //CancelationToken CancellationTokenSource src = new CancellationTokenSource(); CancellationToken ct = src.Token; ct.Register(() => Console.WriteLine("Abbruch des …

c# task-parallel-library task cancellationtokensource
Should you include non-development tasks in your Scrum backlog?

We're having trouble incorporating certain types of tasks into our product and sprint backlogs: Meetings with clients Training and knowledge-sharing …

project-management agile scrum administration task
Android Timer Schedule

Following is the code snippet which I am using in my project to schedule a task mTimer = new Timer(); mTimer.…

android timer task scheduled-tasks android-timer
SSIS Execute SQL Query task cannot find stored procedure

I am working on an existing SSIS package to add custom logging to it. I am trying to test it, …

stored-procedures ssis task executequery
Can you GET Rally API requirements, defects, and all tasks with one query

Currently I have to make multiple GETs to receive all the information which I need User Story: FormattedID, _refObjectName, State, …

json task rally