mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
10 lines
280 B
TypeScript
10 lines
280 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
|
|
|
|
*/
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-extraneous-class, @typescript-eslint/no-unused-vars
|
|
class DownloadCoordinator {}
|