# Functions
NewMultiGoroutineTable instantiates an instance of MultiGoroutineTable with MultiGoroutineTableOption.
# Structs
GoroutineStatus records the status of goroutine.
MultiGoroutineTable is used to insert data into a table with multiple goroutines.
Option is used to configure MultiGoroutineTable.
Status is used to store the status of MultiGoroutineTable.