mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-04 21:02:27 +08:00
feat: add Pipeline function
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package function
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/duke-git/lancet/v2/internal"
|
||||
@@ -34,4 +35,5 @@ func longRunningTask() {
|
||||
for i := 0; i < 10000000; i++ {
|
||||
slice = append(slice, int64(i))
|
||||
}
|
||||
fmt.Println(slice)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user