Skip to content
Snippets Groups Projects
Commit e6d6fb15 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

added `IDAllocator`

parent dc3aff83
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class IDAllocator(Monitor): ...@@ -38,7 +38,7 @@ class IDAllocator(Monitor):
@Monitor.synchronized @Monitor.synchronized
def allocate_int(self) -> int: def allocate_int(self) -> int:
""" """
Return an allocated int Return a previously unallocated int, and mark it as allocated
:return: an allocated int :return: an allocated int
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment