mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
6 lines
81 B
Go
6 lines
81 B
Go
package util
|
|
|
|
type ReleaseContainer[T any] struct {
|
|
Object T
|
|
Release func()
|
|
}
|