The SetChanWaitTimeout() function uses an int instead of the more appropriate time.Duration. I plan to create a patch that will use time.Duration instead.
I realize this means some existing programs may break if they're using the SetChanWaitTimeout() function.
So, especially @etix , please be aware of this small API change.
The SetChanWaitTimeout() function uses an int instead of the more appropriate time.Duration. I plan to create a patch that will use time.Duration instead.
I realize this means some existing programs may break if they're using the SetChanWaitTimeout() function.
So, especially @etix , please be aware of this small API change.