yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
background_command_task.cc File Reference
#include "app/editor/system/session/background_command_task.h"
#include <algorithm>
#include <array>
#include <cerrno>
#include <chrono>
#include <string>
#include <vector>
#include "absl/strings/ascii.h"
#include "absl/strings/str_split.h"
#include <poll.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::editor::anonymous_namespace{background_command_task.cc}
 

Functions

bool yaze::editor::anonymous_namespace{background_command_task.cc}::SupportsNativeBackgroundCommands ()
 

Variables

constexpr size_t yaze::editor::anonymous_namespace{background_command_task.cc}::kTailLineLimit = 4
 
constexpr int yaze::editor::anonymous_namespace{background_command_task.cc}::kPollIntervalMs = 50
 
constexpr auto yaze::editor::anonymous_namespace{background_command_task.cc}::kCancelEscalationDelay = std::chrono::seconds(2)