linksplatform / Threading

LinksPlatform's Platform.Threading Class Library
https://linksplatform.github.io/Threading
The Unlicense
0 stars 2 forks source link

Suggestion for names #50

Closed uselessgoddess closed 2 years ago

uselessgoddess commented 3 years ago

Rename to RunAsRead https://github.com/linksplatform/Threading/blob/dc8454f0b6a5f449663688501b91868178ad918a/csharp/Platform.Threading/Synchronization/ISynchronization.cs#L18 Rename to RunAsWrite https://github.com/linksplatform/Threading/blob/dc8454f0b6a5f449663688501b91868178ad918a/csharp/Platform.Threading/Synchronization/ISynchronization.cs#L36

Rename to more neutral PushAndRun https://github.com/linksplatform/Threading/blob/dc8454f0b6a5f449663688501b91868178ad918a/csharp/Platform.Threading/ConcurrentQueueExtensions.cs#L52

Konard commented 3 years ago
uselessgoddess commented 3 years ago

Updated