Skip to content

Commit

Permalink
docs: add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Dec 22, 2024
1 parent b165243 commit 4d7a66c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/concurrency/ConcurrencyServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import Http from 'node:http';
* Server that handles identify locks
*/
export class ConcurrencyServer {
/**
* Indomitable instance of this server
* @private
*/
private readonly manager: Indomitable;
/**
* Http server of this instance
Expand Down

0 comments on commit 4d7a66c

Please sign in to comment.