BigFont Blog
  • Home
  • About
  • Bibliography (Work)

concurrency

A collection of 2 posts

What is a .NET Mutex?
c#

What is a .NET Mutex?

https://msdn.microsoft.com/en-us/library/system.threading.mutex(v=vs.110).aspx a primitive .NET type one thread owns it at a time WaitOne(int) blocks the calling thread returns true when

  • Shaun Luttin
    Shaun Luttin
1 min read
f#

A simple example of using an Observable in F#

open System; open System.Timers; open System.Threading.Tasks; let t1 = new Timer(float 500); let disposable = t1.Elapsed |> Observable.map(fun _ -> "t1") |> Observable.subscribe(fun s

  • Shaun Luttin
    Shaun Luttin
1 min read
BigFont Blog © 2022
Latest Posts Ghost