implementing semaphores

hi i am currently working on dining philosopher's problem, i am troble having implementing a simple semaphore with up and down methods. please help.


Answer this question

implementing semaphores

  • SWingard

    There's a semaphore class in the .NET framework already: System.Threading.Semaphore.



  • implementing semaphores