Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run processes in web workers, use message passing for orchestration #18

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    f5d7e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c7f1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3fab95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    408cf79 View commit details
    Browse the repository at this point in the history
  5. Add (js)worker concepts and message system, extract process construct…

    …ion, remove context switching
    JohnStarich committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    1264aba View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    044a5a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649d4ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    893b7ab View commit details
    Browse the repository at this point in the history
  4. Track child pids

    JohnStarich committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    228f942 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    31a9e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fccabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd13945 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c97ee7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    5f3b386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c3bac View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Remove unused func

    JohnStarich committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    d2ed018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f395e40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c1bdea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99aad31 View commit details
    Browse the repository at this point in the history
  5. Add worker name to logs

    JohnStarich committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    8fef316 View commit details
    Browse the repository at this point in the history
  6. Allow waiting on self

    JohnStarich committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    1c7753c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    341e830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e62332d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5e0b6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28bff3c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    030b6a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    195cc84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66569c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8f7c7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f7c394 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    aa0ff3e View commit details
    Browse the repository at this point in the history
  2. Mount /tmp in worker too

    JohnStarich committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    76bc53c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    a55e39c View commit details
    Browse the repository at this point in the history
  2. Reduce logging

    JohnStarich committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    47400a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7eaa9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5358139 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    460a392 View commit details
    Browse the repository at this point in the history