dispatchrun/coroutine

Type discovery does not support function types

Closed this issue · 0 comments

The type discovery done in https://github.com/stealthrocket/coroutine/blob/main/compiler/serde.go#L233-L235 currently does not handle function types.

It's not a problem when serializing function values because the code path differs, but it becomes a problem for types like []func().