Tagged Questions

2
votes
2answers
517 views

Writing a TTL decorator in Python

I'm trying to write a TTL decorator in python. Basically I give it raise an exception if the function doesn't answer in the selected time. You can find the thead2 snippets on ...