Skip to content

Commit

Permalink
xcontext: Add links to Go issues regarding context.Merge
Browse files Browse the repository at this point in the history
golang/go#36503
golang/go#36448

They are there for 6 months already without being considered for real
and so the progress is very unlikely, but still...
  • Loading branch information
navytux committed May 27, 2020
1 parent 52206e6 commit 4e95375
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xcontext/xcontext.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2017-2019 Nexedi SA and Contributors.
// Copyright (C) 2017-2020 Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
Expand Down Expand Up @@ -58,6 +58,9 @@ import (
// XXX if we could change std context, then Merge could work by simply creating
// cancelCtx and registering it to parent1 and parent2.
//
// https://github.com/golang/go/issues/36503
// https://github.com/golang/go/issues/36448
//
// For the reference: here is how it is done in pygolang:
//
// https://lab.nexedi.com/kirr/pygolang/blob/d3bfb1bf/golang/context.py#L115-130
Expand Down

0 comments on commit 4e95375

Please sign in to comment.