| Class | Skynet::AsyncJob |
| In: |
lib/skynet/skynet_job.rb
lib/skynet/skynet_tuplespace_server.rb |
| Parent: | Skynet::Job |
Skynet::AsyncJob is for Skynet jobs you want to run asyncronously. Normally when you run a Skynet::Job it blocks until the job is complete. Running an Async job merely returns a job_id which can be used later to retrieve the results. See Skynet::Job for full documentation