MCPcopy 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
238ASIOError ASIOFuture(long selector, void *opt)
239{
240 if(!theAsioDriver)
241 return ASE_NotPresent;
242 return theAsioDriver->future(selector, opt);
243}
244
245ASIOError ASIOOutputReady(void)
246{

Callers

nothing calls this directly

Calls 1

futureMethod · 0.80

Tested by

no test coverage detected