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

runtime/mainthread: new package #69185

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Sep 7, 2024

  1. runtime/mainthread: new package

    DO NOT SUBMIT -- f call Do now not panic
    
    New Function Do,Yield,Waiting coordinate the main thread using two channal.
    
    Fixes golang#64777
    
    Change-Id: Ib15a03c0efc6db83a7819acc865a896752797341
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    6ca690d View commit details
    Browse the repository at this point in the history
  2. new

    Change-Id: I6727b54b5374fdf49665925e80dcd1b8813fafc3
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    6c1714b View commit details
    Browse the repository at this point in the history
  3. new

    Change-Id: I887451529534844ffb2ac85fd4b1b897176a062e
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ff3e23d View commit details
    Browse the repository at this point in the history
  4. new

    Change-Id: I140f20fa2c1cb092801ff13f8b954e32b02577d0
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    1058d8b View commit details
    Browse the repository at this point in the history
  5. new

    Change-Id: I43f2dbd678860136f67e7f5178c122456514ef0c
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    62c03d2 View commit details
    Browse the repository at this point in the history
  6. new

    Change-Id: Ibfe3f33e832d84b1e02cba0e0eff379e8bc83c23
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    2bb2891 View commit details
    Browse the repository at this point in the history
  7. If f calls Do, panic

    Change-Id: Ib2674eca814b56db5408009cefc1f8544f5a717c
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    72b96a7 View commit details
    Browse the repository at this point in the history
  8. new

    Change-Id: I2b917610a120944e66f3b28bd8e394fa9fe54e50
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    2b65129 View commit details
    Browse the repository at this point in the history
  9. new

    Change-Id: Ifa789ebd6fed1e6e9afaf8b363d739547f9e8280
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d608d98 View commit details
    Browse the repository at this point in the history
  10. fix race in m0func not send and Yield in <-m0func

    Change-Id: Ia43c1f0b7e846950326f4666f446fed6ef032f1e
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    5f84bb1 View commit details
    Browse the repository at this point in the history
  11. new

    Change-Id: I160b8f630d0a371908998cd74f0d38f1f4fd5b7e
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    914ade4 View commit details
    Browse the repository at this point in the history
  12. new

    Change-Id: I403b4ef8f3dd3e9d503c994c6a18b5cfb3a782c5
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    23287db View commit details
    Browse the repository at this point in the history
  13. new

    Change-Id: Ie791bf3cd1e5a44bd91ea54d46d3adf172aafe9f
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    da6f2eb View commit details
    Browse the repository at this point in the history
  14. new

    Change-Id: Ie2d98e9218b7437ffff51bc437d74b2170b868c7
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    8de3046 View commit details
    Browse the repository at this point in the history
  15. new

    Change-Id: Iab6f6568039ab2110a301a710b027bdb94f98d4b
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    9023ecc View commit details
    Browse the repository at this point in the history
  16. new

    Change-Id: I067a4fd1eed3576351032d943f55cfb25067c73c
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    30230c1 View commit details
    Browse the repository at this point in the history
  17. new

    Change-Id: Ieb6fd5339cd5d37f23ff21ed94eaccd9d298a400
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    3a807a5 View commit details
    Browse the repository at this point in the history
  18. new

    Change-Id: Ic94d798f4f6b427bdf9778195b46675827fcdbb2
    qiulaidongfeng committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    5698495 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. new

    Change-Id: I5905199f54000bb9fd64478c4110697b48e189ff
    qiulaidongfeng committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e8d48cd View commit details
    Browse the repository at this point in the history