You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print pointer value instead of go address, also fix a panic in the 'f…
…uture' tests (#36)
print pointers and fix a panic when canceling a future (the code tried to get the position of a node that was of type int)
try timeout is 80% (#31)
* try timeout is 80% of context timeout (20% left for catch clause code)
Co-authored-by: Francesc Orozco <Francesc.Orozco@entrust.com>