Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-09Potential fix for #690944Jérémie Laval
2011-06-09Setup status and scheduler correctly when calling RunSynchronously on a TaskJérémie Laval
2011-05-26Add more async infrastructureMarek Safar
2011-05-20Rename Task<T> implementation fileMarek Safar
2011-03-30Few 4.0 profile corcompare changesMarek Safar
2011-03-21Revert fcbb5717c18ff8393f2300a254bb13e6fab9c7e4 and implement it differently.Jérémie Laval
2011-03-21Register exceptions happening in child tasks when attached on their parent.Jérémie Laval
2011-03-21Add a memory barrier so that exception is strictly set before Task state is c...Jérémie Laval
2011-03-21Tiny style fixJérémie Laval
2011-03-19Fix buildMiguel de Icaza
2011-03-19Must pass null to overloaded constructor instead of wrapper lambda (TaskCompl...Rafael Munitic
2011-03-19If the function is null Wait will not get called and will not check if Future...Rafael Munitic
2011-03-19Continuation options should be checked as flagsRafael Munitic
2011-03-16Fix bug where if a task is Start-ed with a specific scheduler,Koushik Dutta
2011-03-16Correctly implement enumerating CyclicDequeue.Jérémie Laval
2011-03-14Don't throw an exception when task array is empty in WaitAll and throw in cas...Jérémie Laval
2011-02-25Fix the mobile buildGeoff Norton
2011-02-17Allow people to optionally fallback to the old scheduler with an environment ...Jérémie Laval
2011-02-17Remove ctors in TpSchedulerJérémie Laval
2011-02-17Make TryExecuteTaskInline a bit smarterJérémie Laval
2011-02-17Refactor common code block of TpScheduler and SyncContextScheduler in Schedul...Jérémie Laval
2011-02-17Kill old IScheduler interface.Jérémie Laval
2011-02-17When finding best worker number in Parallel loops use current TaskScheduler i...Jérémie Laval
2011-02-17Adapt TpScheduler to the new API in TaskSchedulerJérémie Laval
2011-02-17Cache callback delegate in TpScheduler when passing Task to QueueUserWorkItemJérémie Laval
2011-02-17Don't create a new lambda everytime when queuing Task via ThreadPool QueueUse...Jérémie Laval
2011-02-17Try to execute task inline when they are ready to run and we wait on them wit...Jérémie Laval
2011-02-17Threadpool Task schedulerJérémie Laval
2011-02-16fix the mobile buildJb Evain
2011-02-16Track what task is currently executed by a ThreadWorker and add the case for ...Jérémie Laval
2011-02-16Implement properly TaskScheduler's FromCurrentSynchronizationContextJérémie Laval
2011-02-15Implement TaskFactory.FromAsyncJérémie Laval
2011-02-02Steal more agressively once we have found a potential available workerJérémie Laval
2011-02-02Move call to Set a bit higher to avoid calling them to repeatdly in ThreadWorkerJérémie Laval
2011-02-02Adjust some ThreadWorker constantsJérémie Laval
2011-02-02Don't reset ThreadWorker event when it's not neededJérémie Laval
2011-02-02Avoid wrapping task body given as Action into Action<object>Jérémie Laval
2011-02-02Also check directly Task.IsCompleted when we are waitingJérémie Laval
2011-02-02Cache ChildWorkAdder delegate object in ThreadWorkerJérémie Laval
2011-02-02Lazy creation of the continuation queue in TaskJérémie Laval
2011-02-02Inline read and write calls in CyclicDequeJérémie Laval
2011-02-02Make some CyclicDeque operation fasterJérémie Laval
2011-02-01Adapt Parallel.For stealing to all processor flavorsJérémie Laval
2011-01-31unbreak the buildJb Evain
2011-01-27Workaround stealing failure by disabling it in 32bitsJérémie Laval
2011-01-25Add pfx to the mobile profileGeoff Norton
2011-01-24Add a quirk for Parallel.For stealingJérémie Laval
2011-01-24Sanitize parent-child relation in continuationsJérémie Laval
2011-01-24Don't put back stuff in the shared work pool when walking our own dequeJérémie Laval
2011-01-24Don't execute self task so ravenously when waitingJérémie Laval