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
No goprocess (#223)
* remove goprocess from api
* replace goprocess with context
* Close functions do not need to return error
* replace ResultsWithProcess with ResultsWithContext
* remove depricated ResultsWithChan function.
* remove ResultBuilder to simplify query API
The ResultBuilder is unnecessary as all of its functionality is available through ResultsWithContext.