good morning!!!!

Skip to content
Snippets Groups Projects
Select Git revision
  • cb5235eb0767c4de4ba6cc94cf8283421b2179c1
  • master default protected
  • v0.2.16-candidate
  • shivam/rpcAddBorTx
  • default-cli-config
  • shivam/minerRecommitFix
  • vcastellm/pos-296-bump-go-version-in-bor-and-heimdall
  • shivam/ethstats-backend-fix
  • v0.2.16-beta1-candidate
  • v0.2.15-beta3-candidate
  • shivam/newCli-IPC
  • v0.3.0-dev
  • checkpoint-whitelist-master
  • shivam/codecov
  • jdkanani/fix-typo-log
  • shivam/hardcoded-spans-v0.2.14
  • shivam/hardcoded-spans
  • shivam/fast-state-sync
  • shivam/fast-state-sync-master
  • gethv1.10.15-merge
  • fix-txpool-2
  • v0.2.14-tmp-span-hotfix
  • v0.2.15-beta2
  • v0.2.15-beta1
  • v0.3.0-beta3
  • v0.3.0-beta2
  • v0.3.0-beta1
  • v0.2.14
  • v0.2.13
  • v0.2.13-beta2
  • v0.2.13-beta1
  • v0.2.12
  • v0.2.12-beta3
  • v0.2.12-beta1
  • v0.2.12-beta2
  • v0.2.11
  • v0.2.10
  • v0.2.10-beta2
  • v0.2.9
  • v0.2.9-beta1
  • v0.2.8
41 results

execqueue_test.go

Blame
  • Forked from github / maticnetwork / bor
    4520 commits behind the upstream repository.
    user avatar
    Felix Lange authored and GitHub committed
    execQueue used an atomic counter to track whether the queue had been
    closed, but the checking the counter didn't happen because the queue was
    blocked on its channel.
    
    Fix it by using a condition variable instead of sync/atomic. I tried an
    implementation based on channels first, but it was hard to make it
    reliable.
    
    quit now waits for the queue loop to exit.
    e2015817
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    execqueue_test.go 1.56 KiB