gonduit icon indicating copy to clipboard operation
gonduit copied to clipboard

Introduce basic context.Context compatibility

Open tsenart opened this issue 6 years ago • 1 comments

This change set introduces basic context.Context compatibility.

Specifically:

  • Adds a ConnectContext method to Conn and defines Connect in terms of it.
  • Adds a CallContext method to Conn and defines Call in terms of it.
  • Adds a PerformCallContext function and defines PerformCall in terms of it.
  • Adds a DialContext method to Dialer and defines Dial in terms of it.
  • Adds a DialContext function and defines Dial in terms of it.

Higher level utility methods such as ManifestCreateTask are left unchanged.

tsenart avatar Apr 19 '19 16:04 tsenart

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Tomás Senart seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Apr 19 '19 16:04 CLAassistant