pub extern "C" fn map_tile_writeback(
cache_dataset: RefAny,
incoming: RefAny,
_info: CallbackInfo,
) -> UpdateExpand description
Worker-thread → main-thread writeback. cache_dataset is the
writeback_data handed to Thread::create (the same
MapTileCache the widget reads); incoming is the TileReadyMsg
the worker sent. Stamps the tile Ready (or Failed) and asks for
a relayout so the VirtualView renders the new content.