Determine if only one instance is running: Difference between revisions

m
(→‎{{header|Go}}: add port based solution, simpler file based solution)
Line 517:
-- launch the second thread, which will find the lock file and
-- thus will exit immediately
forkIO oneInstance</lang>
return ()</lang>
 
=={{header|Icon}} and {{header|Unicon}}==
Anonymous user