TaskPoolSerializer.dump

Dump the current contents of the task pool to the output stream.

  1. size_t dump(TaskPoolT task_pool, cstring dump_file_path)
  2. size_t dump(TaskPoolT task_pool, OutputStream stream)
    class TaskPoolSerializer
    size_t
    dump
    (
    TaskPoolT
    )

Parameters

task_pool TaskPoolT

The task pool to dump to the output stream.

stream OutputStream

The stream to dump tasks to.

Meta