goio icon indicating copy to clipboard operation
goio copied to clipboard

An implementation of IO, Stream, Fiber for golang inspired by cats and fs2

Results 8 goio issues
Sort by recently updated
recently updated
newest added

1、First I have a struct ```go type KVBase struct { Index int64 `json:"index"` Enable bool `json:"enable"` Key string `json:"key"` Value string `json:"value"` } ``` 2、If I have an array of...

Hi. I really appreciate your hard works to create this great library. Could you please create an `example` directory for newcomers?

Make ExecutionContext a resource. (to make sure that it's impossible to accidentally leave it unclosed.) Make sure, that Close waits for completion of all threads.

Currently streams can only use resources provided at the top level via ordinary `resource.Use`. Sometimes we need to pass streams around and we wish that resources are correctly released when...

go-lang `context.Context` might be used for compatibility purposes.

It's a dirty solution. Another one is needed. Ref #47