commit | d65aa2e3de3e93f7ce4cbc856e523cd902cc52a1 | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Tue Oct 13 18:05:30 2015 -0700 |
committer | Suharsh Sivakumar <suharshs@google.com> | Tue Oct 13 18:05:30 2015 -0700 |
tree | 777fdc550e7df71797a49bb096f3e20040224a2e | |
parent | c65db5caa9f3cd43acf812c28da1beb71148ce0a [diff] |
test/goroutines: Fix flaky leftover goroutines. the goroutines test sometimes has a leftover goroutine from within sync.Waitgroup.done. This change tells the goroutine package to ignore stack frames that involve this goroutine. Change-Id: I68a077adf21d599869e464b27f6415041c50da92
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.