Skip to content

Instantly share code, notes, and snippets.

@joshkh
Created November 22, 2017 18:39
Show Gist options
  • Save joshkh/7578cc0a0bb9bfffb9c2b1eefb9f7e19 to your computer and use it in GitHub Desktop.
Save joshkh/7578cc0a0bb9bfffb9c2b1eefb9f7e19 to your computer and use it in GitHub Desktop.
web workers
sova i think you want to give each webworker two things: base namespace that they all share in common, unique namespace that each webworker has its own code specific to it, and then specify :entries #{"namespace.unique"} and :depends-on #{"namespace.shared"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment