We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887759c commit a2e06e2Copy full SHA for a2e06e2
vm/boostenv/main/boostenv-decl.hh
@@ -64,6 +64,7 @@ public:
64
BoostEnvironment(const VMStarter& vmStarter);
65
66
// VM Management
67
+// All public functions may be called by any thread!
68
69
public:
70
inline
vm/boostenv/main/boostvm.cc
@@ -163,6 +163,7 @@ void BoostVM::run() {
163
}
164
165
166
+// Called by the *IO thread*
167
void BoostVM::onPreemptionTimerExpire(const boost::system::error_code& error) {
168
if (error != boost::asio::error::operation_aborted &&
169
!_terminationRequested) {
0 commit comments