Add stub source files for Internal/Avl, Internal/SubjectTree, Internal/Gsl, Internal/TimeHashWheel, Raft/RaftState, and Raft/IRaftNode, plus empty test directories for all new namespaces and a Concurrency suite directory.
8 lines
158 B
C#
8 lines
158 B
C#
namespace NATS.Server.Internal.TimeHashWheel;
|
|
|
|
// Go reference: server/thw/thw.go
|
|
// TODO: Port time hash wheel for TTL expiration
|
|
public class HashWheel
|
|
{
|
|
}
|