Files
tendermint/libs
Cuong Manh Le 2d0b3a300f libs/clist: fix flaky tests (#6453)
To make sure finalizers run, we use channel for synchronization, and a
separate goroutine for trigger runtime.GC every 1 second. In practice,
just two consecutive runtime.GC calls can make all finalizers will run,
but using a separate goroutine make the code more robust and not depend
on garbage collector internal implementation.

Fixes #6452
2021-05-25 09:36:11 +00:00
..
2021-05-25 09:36:11 +00:00
2020-10-13 10:22:53 +02:00
2021-01-06 10:49:30 -08:00
2020-07-27 10:36:56 +04:00
2018-07-01 22:36:03 -04:00