Skip to content

Instantly share code, notes, and snippets.

@tp-wst
Created July 12, 2019 14:12
C# | Run code synchronized
[MethodImpl(MethodImplOptions.Synchronized)]
public void logText(string text)
{
// synchronized execution
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment