Changes for version 0.003 - 2019-02-27
- New features:
- support for Sereal encoding on parameters, you can now select between plain text, JSON and Sereal
- ->structured_data method for explicitly selecting the type of data to retrieve
Modules
IO::Async abstraction for dispatching tasks to workers and receiving results
client API for Job::Async
basic in-memory job client for Job::Async
represents a single job for Job::Async
verify whether a client+worker pair conform to the current API.
helper functions for Job::Async
worker API for Job::Async
basic in-memory job worker for Job::Async