Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 282 Bytes

File metadata and controls

7 lines (4 loc) · 282 Bytes

Usage & Test

  1. 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