@ -0,0 +1,9 @@
package aero
import "sync"
var contextPool = sync.Pool{
New: func() any {
return &context{}
},
}
The note is not visible to the blocked user.