go-util/sync
Sasha Koshka a7cb9b50dc sync: Rename Locker to Monitor
Locker is an interface type in the stdlib sync package.
2024-12-22 19:11:50 -05:00
..
doc.go sync: Add package-level doc comment 2024-12-14 23:58:31 -05:00
gate.go sync: Don't panic on double close of Gate, return error instead 2024-11-11 11:38:59 -05:00
locker.go sync: Rename Locker to Monitor 2024-12-22 19:11:50 -05:00
select_test.go sync: Add Select, Combine 2024-12-02 14:34:39 -05:00
select.go sync: Select, Combine work with more channel types 2024-12-04 20:00:19 -05:00