• src/sbbs3/js_bbs.cpp sbbs.h

    From Rob Swindell (in GitKraken) to Git commit to main/sbbs/master on Friday, March 10, 2023 19:59:26
    https://gitlab.synchro.net/main/sbbs/-/commit/1da4cafe85bb0111db9c6cd7
    Modified Files:
    src/sbbs3/js_bbs.cpp sbbs.h
    Log Message:
    Introduce sbbs_t::sync() method that does what the old SYNC/ASYNC macros do

    But... as rightful member of sbbs_t, thus useful from other scopes.

    Should get rid of all use of SYNC/ASYNC now then.