_Worker
fThread = spawn_thread(&_Worker, "imap connection worker",
status_t status = self->_Worker();
status_t _Worker();
static status_t _Worker(void* self);
PoorManServer::_Worker,
static int32 _Worker(void* data);
return ((ShutdownProcess*)data)->_Worker();
status_t _Worker();