Skip to content
New issue

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

Suggestion for names #50

Closed
uselessgoddess opened this issue Sep 21, 2021 · 2 comments · Fixed by #54 or #55
Closed

Suggestion for names #50

uselessgoddess opened this issue Sep 21, 2021 · 2 comments · Fixed by #54 or #55

Comments

@uselessgoddess
Copy link
Member

uselessgoddess commented Sep 21, 2021

Rename to RunAsRead
void ExecuteReadOperation(Action action);

Rename to RunAsWrite
void ExecuteWriteOperation(Action action);

Rename to more neutral PushAndRun
public static void EnqueueAsRunnedTask(this ConcurrentQueue<Task> queue, Action action) => queue.Enqueue(Task.Run(action));

@uselessgoddess uselessgoddess pinned this issue Sep 21, 2021
@Konard
Copy link
Member

Konard commented Sep 21, 2021

  • RunAsRead
  • RunAsWrite
  • RunAndPush

@uselessgoddess
Copy link
Member Author

Updated

This was linked to pull requests Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants