Multi-threading how-to

solidstate1991 via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Aug 31 10:37:25 PDT 2016


I decided to write a shared library for OSC in D despite the lack 
of popularity.

I decided to add a functionality that if multiple programs use 
the same instance of the library on the same computer, the 
messages will be passed directly instead of via networking.

Unfortunately we barely touched multi-threading in college. Some 
suggestions?


More information about the Digitalmars-d-learn mailing list