• Austin Clements's avatar
    runtime: join selectgo and selectgoImpl · d50f892a
    Austin Clements authored
    Currently selectgo is just a wrapper around selectgoImpl. This keeps
    the hard-coded frame skip counts for tracing the same between the
    channel implementation and the select implementation.
    
    However, this is fragile and confusing, so pass a skip parameter to
    send and recv, join selectgo and selectgoImpl into one function, and
    use decrease all of the skips in selectgo by one.
    
    Change-Id: I11b8cbb7d805b55f5dc6ab4875ac7dde79412ff2
    Reviewed-on: https://go-review.googlesource.com/37860
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarMatthew Dempsky <mdempsky@google.com>
    d50f892a
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...