Ceevyl / ControlSyncFuncs

helper function to control synchronized functions

Repository from Github https://github.comCeevyl/ControlSyncFuncsRepository from Github https://github.comCeevyl/ControlSyncFuncs

ControlSyncFuncs

helper function to control synchronized functions

How To Use

  ControlSyncFunctions(
      function(Thread)
          print("Hellow")
          coroutine.resume(Thread[2])
      end, 
      function(Thread)
          coroutine.yield()
          print("World")
      end
)

About

helper function to control synchronized functions

License:MIT License


Languages

Language:Lua 100.0%