/AsyncTaskQueue.cfc

A ColdFusion component that allows a queue of low-priority tasks to be executed, in serial, in the context of a single CFThread. This way, your low-priority threads do not end up blocking your higher-priority threads.

Primary LanguageColdFusionOtherNOASSERTION

No issues in this repository yet.