fb_shutdown() should not return till shutdown completion. Return is possible only when shutdown is complete - does not matter, was it performed by current or some other thread. However, under bad circumstances it may return immediately when just started in another thread.
fb_shutdown() should not return till shutdown completion. Return is possible only when shutdown is complete - does not matter, was it performed by current or some other thread. However, under bad circumstances it may return immediately when just started in another thread.