Create Counting Semaphore

semo = semaphore.new( [value] )

Create and return a new semaphore object, with optional initial value value.

Default value is 0 (zero).