Description
It would be incredibly useful, both in the core and in plugin APIs, to be able to schedule a continuation to run on all threads of a specific type. E.g. in a plugin, something like
TSAction TSContScheduleOnThreads(TSCont cont, TSThreadPool tp);
This would be useful for e.g. setting up per-thread specifics from a plugin, but quite possibly also from the core.
Attachments
Issue Links
- is related to
-
TS-4265 Provide per EThread and per event type thread initialization.
- Open