- As go library
Work will be done in 'Work' method which needs to be implemented by worker. Work will be executed concurrently and response result will be returned on a read channel.
Refer forkjoin_test.go forkjoin_test.go for complete code
Work will be done in 'Work' method which needs to be implemented by worker. Work will be executed concurrently and response result will be returned on a read channel.
Refer forkjoin_test.go forkjoin_test.go for complete code