• Pranav Kant's avatar
    lokdocview: Use a thread pool for most LOK calls · a433ea9f
    Pranav Kant yazdı
    This is a thread pool with just single thread because LOK is
    single threaded; using multiple threads in this case would be
    useless.
    
    Primary reason we are using a thread pool here is to avoid the
    overhead in spawning a new thread for each LOK call.
    
    Change-Id: Ibbfdb7cb0a8ef9f07bcc659e65ce8997716aa245
    a433ea9f
LibreOfficeKitGtk.h 4.75 KB