Skip to content

Ceevyl/ControlSyncFuncs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages