hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
TestThread
RedisLockDemo
Undocumented in source.
class
TestThread : Thread {
string
_name
;
int
_second
;
bool
_flag
;
RedisLock
_lock
;
Redis
_redis
;
this
(string name, int second);
void
stop
();
void
run
();
}
Constructors
this
this
(string name, int second)
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void
stop
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_flag
bool
_flag
;
Undocumented in source.
_lock
RedisLock
_lock
;
Undocumented in source.
_name
string
_name
;
Undocumented in source.
_redis
Redis
_redis
;
Undocumented in source.
_second
int
_second
;
Undocumented in source.
Meta
Source
See Implementation
RedisLockDemo
classes
TestThread
functions
run