GlobalActor and DispatchQueue pairing like @MainActor and DispatchQueue.main

You should be able to reproduce this relationship if your actor uses a custom serial executor that is wraps a serial dispatch queue. You might start here since there are some code fragments that show how it might be done.