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

Channels, fibers, oh my! #241

Merged
merged 64 commits into from
Oct 24, 2022
Merged

Channels, fibers, oh my! #241

merged 64 commits into from
Oct 24, 2022

Commits on Aug 18, 2022

  1. Add channels

    MarcelGarus committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    86d21e8 View commit details
    Browse the repository at this point in the history
  2. Add ports

    MarcelGarus committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    5062d56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5d921a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54a0429 View commit details
    Browse the repository at this point in the history
  5. Implement channels

    MarcelGarus committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ba2475e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Start implementing fibers

    MarcelGarus committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ea50a6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b85327d View commit details
    Browse the repository at this point in the history
  3. Update docs

    MarcelGarus committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    47b06b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Fix Int

    MarcelGarus committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    37fb3cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb0c211 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Update todos

    MarcelGarus committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7925556 View commit details
    Browse the repository at this point in the history
  2. Create better benchmark

    MarcelGarus committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4ab75e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    832f7ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d8dd67 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    12f8381 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    4620266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b5ca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Specify Rust version

    MarcelGarus committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    6b41d82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc1bae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa02344 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2814e69 View commit details
    Browse the repository at this point in the history
  5. Improve debug output

    MarcelGarus committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    33d7a28 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Better todos

    MarcelGarus committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3ac34ec View commit details
    Browse the repository at this point in the history
  2. Restructure code

    MarcelGarus committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e2f0a30 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    af9ff38 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    8c9ef93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a762c53 View commit details
    Browse the repository at this point in the history
  3. Make channels work

    MarcelGarus committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0602c32 View commit details
    Browse the repository at this point in the history
  4. Improve code quality

    MarcelGarus committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b09a84e View commit details
    Browse the repository at this point in the history
  5. Improve debug output

    MarcelGarus committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    11cbc29 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Restructure code

    MarcelGarus committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3b8d791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e01979 View commit details
    Browse the repository at this point in the history
  3. Remove canceled fibers

    MarcelGarus committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d5f95e9 View commit details
    Browse the repository at this point in the history
  4. Clean up code

    MarcelGarus committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    48d5dff View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Implement try

    MarcelGarus committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    14230e8 View commit details
    Browse the repository at this point in the history
  2. Call main function

    MarcelGarus committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    8f89e96 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    e0d59ce View commit details
    Browse the repository at this point in the history
  2. Clean up cargo lints

    MarcelGarus committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    8391286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3f7d49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a22f716 View commit details
    Browse the repository at this point in the history
  5. Improve code quality

    MarcelGarus committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    d5b5f6e View commit details
    Browse the repository at this point in the history
  6. Improve code quality

    MarcelGarus committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    da2400a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    2d15b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    030f805 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    26d6daa View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Clean up tracer

    MarcelGarus committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    0db9b4d View commit details
    Browse the repository at this point in the history
  2. Fix tracer

    MarcelGarus committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    5670716 View commit details
    Browse the repository at this point in the history
  3. Make code more readable

    MarcelGarus committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    b370621 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Refactor context

    MarcelGarus committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9e5a4d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0acb7ad View commit details
    Browse the repository at this point in the history
  3. Ignore some lints

    MarcelGarus committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    989541e View commit details
    Browse the repository at this point in the history
  4. Update todos

    MarcelGarus committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    433cea7 View commit details
    Browse the repository at this point in the history
  5. Ignore more lints

    MarcelGarus committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    56d8b57 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    7d169c4 View commit details
    Browse the repository at this point in the history
  2. Apply minor suggestions from code review

    Co-Authored-By: Jonas Wanke <[email protected]>
    MarcelGarus and JonasWanke committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c8267ca View commit details
    Browse the repository at this point in the history
  3. Update todos

    Co-Authored-By: Jonas Wanke <[email protected]>
    MarcelGarus and JonasWanke committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    8b0ebb8 View commit details
    Browse the repository at this point in the history
  4. Update Core Candy code

    Co-Authored-By: Jonas Wanke <[email protected]>
    MarcelGarus and JonasWanke committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c817906 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Apply more suggestions

    Co-Authored-By: Jonas Wanke <[email protected]>
    MarcelGarus and JonasWanke committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    3546a2f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    375fd78 View commit details
    Browse the repository at this point in the history
  2. Free channels

    MarcelGarus committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    275f00f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    70060b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9d8f21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d57c061 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Apply suggestions

    Co-Authored-By: Jonas Wanke <[email protected]>
    MarcelGarus and JonasWanke committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    f95e722 View commit details
    Browse the repository at this point in the history