mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
10 lines
179 B
TypeScript
10 lines
179 B
TypeScript
/*
|
|
The download co-ordinator's job is to keep track of all the currently online clients.
|
|
|
|
When a client signs on and registers itself as a peer
|
|
|
|
*/
|
|
|
|
class DownloadCoordinator {
|
|
|
|
} |