How to call functions with return answer in FRunnable?

How to call functions with return answer in FRunnable? I need work to sqlite3. Sqlite3 dont support multithreading, because I need use it in parallel thread, but I didn’t find way to do it.