This website requires JavaScript.
Explore
Help
Sign In
go
/
web
Code
Issues
Pull Requests
Activity
10 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
Renamed module
2023-07-18 19:48:38 +00:00
package
server
Added basic functionality
2023-07-18 16:02:57 +00:00
import
"sync"
var
contextPool
=
sync
.
Pool
{
New
:
func
(
)
any
{
Added graceful shutdown
2024-03-12 21:31:45 +00:00
return
&
ctx
{
}
Added basic functionality
2023-07-18 16:02:57 +00:00
}
,
}
Reference in New Issue
Copy Permalink