async.monkey2 253 B

1234567891011121314151617181920
  1. Namespace std.async
  2. #import "native/async.cpp"
  3. #import "native/async.h"
  4. Extern
  5. #rem monkeydoc @hidden
  6. Internal struct used to deliver events from remote threads.
  7. #end
  8. Struct AsyncEvent="bbAsync::Event"
  9. Method Dispatch()="dispatch"
  10. End
  11. Public