StackOverflow Questions for Tag: taskcompletionsource

behindwhere
behindwhere

Reputation: 33

ThreadPool.RegisterWaitForSingleObject leaks RegisteredWaitHandle objects (and memory) over time

Score: 3

Views: 84

Answers: 1

Read More
John V
John V

Reputation: 1374

Using a TaskCompletionSource<T> to asynchronously wait without locking?

Score: 0

Views: 179

Answers: 2

Read More
Royi Namir
Royi Namir

Reputation: 148704

When should TaskCompletionSource<T> be used?

Score: 274

Views: 141959

Answers: 12

Read More
Vladimir
Vladimir

Reputation: 11

SignalR C#, waiting for a response from the server in TaskCompletionSource and continuing code execution

Score: 1

Views: 141

Answers: 0

Read More
Aaron Lee
Aaron Lee

Reputation: 11

Awaited TaskCompletionSource and Channel Reader doesn't resume when SetResult/Write in Update

Score: 1

Views: 375

Answers: 2

Read More
Sky Nano
Sky Nano

Reputation: 21

Strange deadlock while sync with TaskCompletionSource and AutoResetEvent

Score: 2

Views: 290

Answers: 2

Read More
Cloudless
Cloudless

Reputation: 19

Using TaskCompletionSource within an await Task.Run call

Score: 1

Views: 3117

Answers: 2

Read More
user1323245
user1323245

Reputation: 638

Program halts / blocks when calling method that returns TaskCompletionSource.Task

Score: 0

Views: 48

Answers: 0

Read More
Sigmarod
Sigmarod

Reputation: 87

Use TaskCompletionSource with generic Type as parameter

Score: 0

Views: 190

Answers: 1

Read More
tobi_b
tobi_b

Reputation: 1238

Amazon IAP Plugin for Xamarin - crash when using TaskCompletionSource

Score: 1

Views: 72

Answers: 1

Read More
Artur
Artur

Reputation: 5530

Synchronously Wait on TaskCompletionSource.Task

Score: -1

Views: 1025

Answers: 2

Read More
Marcin
Marcin

Reputation: 151

Why will the synchronous continuations no longer be executed synchronously?

Score: 2

Views: 113

Answers: 3

Read More
ANisus
ANisus

Reputation: 78065

Synchronous continuation when calling TaskCompletionSource.SetResult

Score: 1

Views: 276

Answers: 0

Read More
nop
nop

Reputation: 6361

JSON-RPC - Handling exceptions with TaskCompletionSource (SetException)

Score: 1

Views: 660

Answers: 1

Read More
Rene
Rene

Reputation: 556

Why is the task from TaskCompletionSource not completed after 5 seconds?

Score: 1

Views: 992

Answers: 1

Read More
allmhuran
allmhuran

Reputation: 4474

Avoiding allocations and maintaining concurrency when wrapping a callback-based API with an async API on a hot path

Score: 5

Views: 1028

Answers: 1

Read More
Aliaksei Luferau
Aliaksei Luferau

Reputation: 115

TaskCompletionSource and not thread-safe library

Score: 1

Views: 210

Answers: 1

Read More
Joshua
Joshua

Reputation: 43327

Strange case involving TaskContinuationOptions.RunContinuationsAsynchronously

Score: 0

Views: 187

Answers: 1

Read More
Patrice
Patrice

Reputation: 29

Set TaskCompletionSource.Task status as running

Score: 2

Views: 638

Answers: 0

Read More
Meysam Hadeli
Meysam Hadeli

Reputation: 41

How to use async operation in IO-Bound with TaskCompletionSource?

Score: 1

Views: 138

Answers: 1

Read More
PreviousPage 1Next