| 635 | } |
| 636 | |
| 637 | void fetch_update() { |
| 638 | // Legacy function - use fl::task::run() for new code |
| 639 | // This provides backwards compatibility for existing code |
| 640 | fl::task::run(0); |
| 641 | } |
| 642 | |
| 643 | fl::size fetch_active_requests() { |
| 644 | return FetchManager::instance().active_requests(); |