Skip to content

Correct locking in create_controler

Jiří Černý requested to merge ji.cerny/geary:controler_locking into mainline

Replace lock() which works only between threads, by geary internal mutex, which works between async functions.

Corrects #427 (closed)

Merge request reports