We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RunAsRead
Threading/csharp/Platform.Threading/Synchronization/ISynchronization.cs
Line 18 in dc8454f
RunAsWrite
Line 36 in dc8454f
PushAndRun
Threading/csharp/Platform.Threading/ConcurrentQueueExtensions.cs
Line 52 in dc8454f
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Updated
Successfully merging a pull request may close this issue.
Rename to
void ExecuteReadOperation(Action action);
void ExecuteWriteOperation(Action action);
RunAsRead
Threading/csharp/Platform.Threading/Synchronization/ISynchronization.cs
Line 18 in dc8454f
Rename to
RunAsWrite
Threading/csharp/Platform.Threading/Synchronization/ISynchronization.cs
Line 36 in dc8454f
Rename to more neutral
public static void EnqueueAsRunnedTask(this ConcurrentQueue<Task> queue, Action action) => queue.Enqueue(Task.Run(action));
PushAndRun
Threading/csharp/Platform.Threading/ConcurrentQueueExtensions.cs
Line 52 in dc8454f
The text was updated successfully, but these errors were encountered: