Jiaming Yuan 4b10200456
[coll] Improve event loop. (#10199)
- Add a test for blocking calls.
- Do not require the queue to be empty after waking up; this frees up the thread to answer blocking calls.
- Handle EOF in read.
- Improve the error message in the result. Allow concatenation of multiple results.
2024-04-18 03:29:52 +08:00
..

.. _dask-examples:

XGBoost Dask Feature Walkthrough
================================

This directory contains some demonstrations for using `dask` with `XGBoost`.  For an
overview, see :doc:`/tutorials/dask`