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
Sometimes, a client is not interested in the output results of the worker pool, so forcing them to use a consumer for info they're not interested in is a bit cumbersome. The client should be able to switch off consumption requirement, so that the workers do not send anything to the output channel.
This optionality will be controlled by the value of the output channel provided. If the channel is nil, then no outputs will be generated.
The text was updated successfully, but these errors were encountered:
Sometimes, a client is not interested in the output results of the worker pool, so forcing them to use a consumer for info they're not interested in is a bit cumbersome. The client should be able to switch off consumption requirement, so that the workers do not send anything to the output channel.
This optionality will be controlled by the value of the output channel provided. If the channel is nil, then no outputs will be generated.
The text was updated successfully, but these errors were encountered: