Timothy found Margaret reviewing performance metrics, looking troubled. "I've built this beautiful async system," he said, "but I need to integrate with an old library that does synchronous file processing. When I call it, my entire event loop freezes. Everything stops until the blocking operation completes."

Margaret nodded knowingly. "You need...