add init_event_threads, end_event_threads

to Worker module.

run now handles init/end event threads
This commit is contained in:
2023-07-21 14:37:17 +01:00
parent d8ee19e2f8
commit ce8c82a2ca
5 changed files with 14 additions and 12 deletions

View File

@@ -18,5 +18,5 @@ end
task :obs do
targetdir = File.join(HERE, "examples", "obs")
Dir.chdir(targetdir)
bundle exec ruby File.join(targetdir, "main.rb")
ruby File.join(targetdir, "main.rb")
end