Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Runtime worker threads #7089

Merged
63 commits merged into from
Oct 20, 2020
Merged

Runtime worker threads #7089

63 commits merged into from
Oct 20, 2020

Commits on Sep 15, 2020

  1. std variant

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e9dcebe View commit details
    Browse the repository at this point in the history
  2. principal work

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d73ae86 View commit details
    Browse the repository at this point in the history
  3. format and naming

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d1a27f2 View commit details
    Browse the repository at this point in the history
  4. format and naming continued

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    fbca518 View commit details
    Browse the repository at this point in the history
  5. working nested fork

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    7472521 View commit details
    Browse the repository at this point in the history
  6. add comment

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    8548494 View commit details
    Browse the repository at this point in the history
  7. naming and tabs

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1249b5a View commit details
    Browse the repository at this point in the history
  8. line width

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    abe81dd View commit details
    Browse the repository at this point in the history
  9. fix wording

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    612a730 View commit details
    Browse the repository at this point in the history
  10. address review

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b07e0c6 View commit details
    Browse the repository at this point in the history
  11. refactor dynamic dispatch

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e10a58c View commit details
    Browse the repository at this point in the history
  12. update wasmtime

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    669465a View commit details
    Browse the repository at this point in the history
  13. some care

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    2752db3 View commit details
    Browse the repository at this point in the history
  14. move ext

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b001b81 View commit details
    Browse the repository at this point in the history
  15. more refactor

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f7a02fc View commit details
    Browse the repository at this point in the history
  16. doc effort

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    fdffc76 View commit details
    Browse the repository at this point in the history
  17. simplify

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    330afa3 View commit details
    Browse the repository at this point in the history
  18. doc effort

    NikVolf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    ff8a73c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. tests and docs

    NikVolf committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    34ec74d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. address review

    NikVolf committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    04e7b9f View commit details
    Browse the repository at this point in the history
  2. naming

    NikVolf committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6708677 View commit details
    Browse the repository at this point in the history
  3. explain some args

    NikVolf committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    80b1cf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. add example

    NikVolf committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    5aace98 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    232bf9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42945f1 View commit details
    Browse the repository at this point in the history
  3. rename stray

    NikVolf committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f409af6 View commit details
    Browse the repository at this point in the history
  4. fix refs

    NikVolf committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    a7a17ee View commit details
    Browse the repository at this point in the history
  5. fix tests

    NikVolf committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    775d3b1 View commit details
    Browse the repository at this point in the history
  6. fix warnings

    NikVolf committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    57839a1 View commit details
    Browse the repository at this point in the history
  7. stray naming

    NikVolf committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    14e4a4a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    33b4987 View commit details
    Browse the repository at this point in the history
  2. fixes and comments

    NikVolf committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    329e92f View commit details
    Browse the repository at this point in the history
  3. Update primitives/io/src/tasks.rs

    Co-authored-by: cheme <emericchevalier.pro@gmail.com>
    NikVolf and cheme authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    f4f46c8 View commit details
    Browse the repository at this point in the history
  4. make examples "compile"

    NikVolf committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a7d7bd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    749d8db View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. dyn_dispatch -> spawn_call

    NikVolf committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    58b36a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9defe8f View commit details
    Browse the repository at this point in the history
  3. fix impl

    NikVolf committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    d50047a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    681aa7b View commit details
    Browse the repository at this point in the history
  2. address review

    NikVolf committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    0148582 View commit details
    Browse the repository at this point in the history
  3. Update primitives/io/src/lib.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    NikVolf and kianenigma authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    c507dc2 View commit details
    Browse the repository at this point in the history
  4. Update primitives/io/src/tasks.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    NikVolf and kianenigma authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    80942a6 View commit details
    Browse the repository at this point in the history
  5. Update primitives/io/src/async_externalities.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    NikVolf and kianenigma authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    6d92f8e View commit details
    Browse the repository at this point in the history
  6. Update primitives/io/src/tasks.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    NikVolf and kianenigma authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    c514e4a View commit details
    Browse the repository at this point in the history
  7. Update frame/example-parallel/src/lib.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    NikVolf and kianenigma authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e61aee7 View commit details
    Browse the repository at this point in the history
  8. fix compilation

    NikVolf committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    67177c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Update client/executor/common/src/wasm_runtime.rs

    Co-authored-by: Sergei Shulepov <sergei@parity.io>
    NikVolf and pepyakin authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    9b2570a View commit details
    Browse the repository at this point in the history
  2. address review

    NikVolf committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8587edc View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into nv-parallel-runtime

    # Conflicts:
    #	Cargo.lock
    NikVolf committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    00ba286 View commit details
    Browse the repository at this point in the history
  4. Update client/executor/wasmtime/src/instance_wrapper.rs

    Co-authored-by: Sergei Shulepov <sergei@parity.io>
    NikVolf and pepyakin authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b196d30 View commit details
    Browse the repository at this point in the history
  5. Update client/executor/src/native_executor.rs

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    NikVolf and bkchr authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    172e602 View commit details
    Browse the repository at this point in the history
  6. Update primitives/io/src/tasks.rs

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    NikVolf and bkchr authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    e5458d2 View commit details
    Browse the repository at this point in the history
  7. Update client/executor/src/native_executor.rs

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    NikVolf and bkchr authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7b1d986 View commit details
    Browse the repository at this point in the history
  8. Update primitives/io/src/tasks.rs

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    NikVolf and bkchr authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    14bfbc0 View commit details
    Browse the repository at this point in the history
  9. Update client/executor/wasmtime/src/instance_wrapper.rs

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    NikVolf and bkchr authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    2853632 View commit details
    Browse the repository at this point in the history
  10. address some issues

    NikVolf committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7a62626 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b10f4b View commit details
    Browse the repository at this point in the history
  12. address more issues

    NikVolf committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0583236 View commit details
    Browse the repository at this point in the history
  13. wasm_only interface

    NikVolf committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    fd310bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    79da04b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. define sp_tasks

    NikVolf committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    6e06f38 View commit details
    Browse the repository at this point in the history
  2. avoid anyhow

    NikVolf committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    4080e1a View commit details
    Browse the repository at this point in the history
  3. fix example

    NikVolf committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    3d1dc8f View commit details
    Browse the repository at this point in the history