]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: dev: Add an agent skill for the isc_job/isc_async/isc_work APIs
authorOndřej Surý <ondrej@isc.org>
Wed, 12 Aug 2026 13:38:57 +0000 (15:38 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 12 Aug 2026 13:38:57 +0000 (15:38 +0200)
commita7ec6a90ab168d79e35afa5b173ebee6810de90f
tree68153a25fa704d94b4638a03fb1efe913c1914f3
parent134593819d94208fa9657d6189a571f2670ff1b4
parent96b3ae6bb5a9366bbc7d1207cfa6d0b54ce399cd
new: dev: Add an agent skill for the isc_job/isc_async/isc_work APIs

Documents when to use isc_job_run(), isc_async_run() or
isc_work_enqueue(), and the contract each one imposes. No functional
change.

Merge branch 'ondrej/add-isc_scheduling-skill' into 'main'

See merge request isc-projects/bind9!12405