Files
serenity/Userland/Libraries/LibCore/ThreadEventQueue.cpp
Ali Mohammad Pur a362c37c8b LibCore: Add Core::deferred_invoke_if(F, Condition)
This will invoke the function F only if the provided Condition is met,
otherwise the execution of the function F will be further deferred.
2024-05-20 08:03:35 +02:00

4.1 KiB