Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ ASIOFuture
Function
ASIOFuture
ThirdParty/ASIO/common/asio.cpp:238–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
ASIOError ASIOFuture(long selector, void *opt)
239
{
240
if(!theAsioDriver)
241
return ASE_NotPresent;
242
return theAsioDriver->future(selector, opt);
243
}
244
245
ASIOError ASIOOutputReady(void)
246
{
Callers
nothing calls this directly
Calls
1
future
Method · 0.80
Tested by
no test coverage detected