Behaviors
List of software behaviors discovered with static code analysis.
Writes data to the STDOUT stream. (x6)
execution
Uses concurrency functions. (x1)
execution
Uses synchronization mechanisms. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "asyncio" module, which provides concurrency functionality. (x2)
execution