go-zero/core/syncx
chenquan d1bfb5ef61
Fix the resources variable not reset after the resource manager is closed (#1105)
* Fix the resource variable not reset after the resource manager is closed

* Format code
2021-09-30 16:55:36 +08:00
..
atomicbool_test.go initial import 2020-07-26 17:09:05 +08:00
atomicbool.go fix golint issues in core/syncx (#526) 2021-02-28 16:16:22 +08:00
atomicduration_test.go initial import 2020-07-26 17:09:05 +08:00
atomicduration.go fix golint issues in core/syncx (#526) 2021-02-28 16:16:22 +08:00
atomicfloat64_test.go initial import 2020-07-26 17:09:05 +08:00
atomicfloat64.go fix golint issues in core/syncx (#526) 2021-02-28 16:16:22 +08:00
barrier_test.go add syncx.Guard func (#620) 2021-04-13 00:04:19 +08:00
barrier.go add syncx.Guard func (#620) 2021-04-13 00:04:19 +08:00
cond_test.go fix golint issues 2020-10-16 10:50:43 +08:00
cond.go fix golint issues in core/syncx (#526) 2021-02-28 16:16:22 +08:00
donechan_test.go ci: add reviewdog (#1096) 2021-09-29 13:09:20 +08:00
donechan.go fix golint issues in core/syncx (#526) 2021-02-28 16:16:22 +08:00
immutableresource_test.go initial import 2020-07-26 17:09:05 +08:00
immutableresource.go fix golint issues in core/syncx (#526) 2021-02-28 16:16:22 +08:00
limit_test.go add more tests 2020-10-10 11:53:49 +08:00
limit.go add more tests 2020-10-10 11:53:49 +08:00
lockedcalls_test.go initial import 2020-07-26 17:09:05 +08:00
lockedcalls.go fix golint issues in core/syncx (#526) 2021-02-28 16:16:22 +08:00
managedresource_test.go initial import 2020-07-26 17:09:05 +08:00
managedresource.go fix some typo (#677) 2021-05-10 00:09:00 +08:00
once_test.go refactor compare versions 2020-08-10 14:53:01 +08:00
once.go fix some typo (#677) 2021-05-10 00:09:00 +08:00
onceguard_test.go initial import 2020-07-26 17:09:05 +08:00
onceguard.go fix some typo (#677) 2021-05-10 00:09:00 +08:00
pool_test.go ci: add Lint check on commits (#1086) 2021-09-23 19:57:05 +08:00
pool.go fix some typo (#677) 2021-05-10 00:09:00 +08:00
refresource_test.go initial import 2020-07-26 17:09:05 +08:00
refresource.go fix some typo (#677) 2021-05-10 00:09:00 +08:00
resourcemanager_test.go Fix the resources variable not reset after the resource manager is closed (#1105) 2021-09-30 16:55:36 +08:00
resourcemanager.go Fix the resources variable not reset after the resource manager is closed (#1105) 2021-09-30 16:55:36 +08:00
singleflight_test.go rename sharedcalls to singleflight (#1017) 2021-09-09 18:06:27 +08:00
singleflight.go rename sharedcalls to singleflight (#1017) 2021-09-09 18:06:27 +08:00
spinlock_test.go ci: add reviewdog (#1096) 2021-09-29 13:09:20 +08:00
spinlock.go fix golint issues in core/syncx (#526) 2021-02-28 16:16:22 +08:00
timeoutlimit_test.go add more tests 2020-10-10 11:53:49 +08:00
timeoutlimit.go fix golint issues in core/syncx (#526) 2021-02-28 16:16:22 +08:00