pollAsyncWork abstract method

int pollAsyncWork({
  1. int maxCallbacks = 16,
})

Poll for completed async tasks (image decodes, etc.) and invoke callbacks. Returns the number of callbacks processed.

Implementation

int pollAsyncWork({int maxCallbacks = 16});