actor▌
2 indexed skills · max 10 per page
swift-actor-persistence
affaan-m/everything-claude-code · Productivity
Thread-safe data persistence in Swift using actors with in-memory cache and file-backed storage. \n \n Implements an actor-based repository pattern that eliminates data races at compile time, replacing manual synchronization with Swift's actor model \n Combines fast O(1) in-memory lookups with atomic file persistence, supporting any Codable & Identifiable model type \n Provides synchronous initialization to avoid async complexity, with automatic await enforcement on all public API calls \n
apify-actor-development
apify/agent-skills · Backend
Create, debug, and deploy serverless cloud programs for web scraping, automation, and data processing. \n \n Supports JavaScript, TypeScript, and Python templates with integrated Crawlee, Playwright, and Cheerio libraries for HTTP and browser-based crawling \n Includes local testing via apify run with isolated storage, schema validation for inputs/outputs, and deployment to Apify platform via apify push \n Requires Apify CLI authentication and mandatory generatedBy metadata in .actor/actor.json