fiber
fiber copied to clipboard
Add Python type hints to Fiber code base
Python type hints (PEP 484) is useful in improving code base readability and providing additional static type checking to find bugs related with typing.
Type hints needs to be added to all files under fiber/ directory.