mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
7 lines
72 B
Go
7 lines
72 B
Go
package v3
|
|
|
|
type asyncResult[T any] struct {
|
|
key string
|
|
result T
|
|
}
|