go-ethereum/core/bloombits
ucwong 9e04c5ec83
core/bloombits: use single channel for shutdown (#20878)
This replaces the two-stage shutdown scheme with the one we
use almost everywhere else: a single quit channel signalling
termination.

Co-authored-by: Felix Lange <fjl@twurst.com>
2020-07-29 13:49:12 +02:00
..
doc.go
generator.go
generator_test.go
matcher.go core/bloombits: use single channel for shutdown (#20878) 2020-07-29 13:49:12 +02:00
matcher_test.go core/bloombits, light: fix typos (#17235) 2018-07-24 11:24:27 +03:00
scheduler.go
scheduler_test.go