提交歷史

作者 SHA1 備註 提交日期
  Jason Grout dc0f3c294e Use convenience typing IShellControlMessage where applicable. 5 年之前
  Johan Mabille facfd0f063 stdin logic added back into KernelFutureHandler 5 年之前
  Johan Mabille 3d26bda66c Removed dbug messages 5 年之前
  Afshin T. Darian 376253db1e Deprecate the onStdin handler on the generic IFuture. 5 年之前
  Afshin T. Darian 84023f00b3 Make IFuture typeparams optional for backward compability. 5 年之前
  Johan Mabille ea00a7b2e8 Message can now be sent on control channel 5 年之前
  Jason Grout 726ce5e19d Make kernel message typing follow the spec more closely. 6 年之前
  Jason Grout e33d477c1d Make kernel message typing much more precise. 6 年之前
  Ian Rose 714d731139 Listen to the polling service managers for connection failures. 6 年之前
  Ian Rose 12e261fc46 Begin adding connection failure signals to the polling service managers. 6 年之前
  Jason Grout 51c3ad924d Make a new ‘autorestarting’ kernel status for restarts we didn’t cause. 6 年之前
  Richa Gadgil d7ceeca96e Cell ID Metadata (#5033) 6 年之前
  Jeremy Tuloup 160dac74cf Codespell run on the code base 6 年之前
  Grant Nestor 74eac68b72 Make codebase prettier 6 年之前
  Jason Grout 911c6dee7c Fix function documentation. 6 年之前
  Jason Grout adca029b74 Initial propagation of the connectTo changes. 6 年之前
  Jason Grout f7e3b10976 WIP change kernel connectTo function to be synchronous. 6 年之前
  Jason Grout bef62129bf Some minor cleanup. 6 年之前
  Jason Grout be6a65ae42 Remove kernel message logging 6 年之前
  Jason Grout b40abcd142 Kernel message hooks should also accept promises 6 年之前
  Jason Grout 2ef505f040 Add logging of kernel messages for testing. 6 年之前
  Jason Grout 6ec05db5d3 Adjust logging to use a single exported function. 6 年之前
  Jason Grout dd50e935d4 Add removeCommTarget and removeMessageHook functions to kernels. 6 年之前
  Jason Grout cb2b5f8392 Message hooks can return promises, so update the type signature. 6 年之前
  Jason Grout ba3e81eb2d Documentation updates and code reorganization. 6 年之前
  Jason Grout 6ae2a936f9 Add/enhance documentation and comments. 6 年之前
  Jason Grout ee17a1fae1 Better typing: Promise<void> -> PromiseLike<void> 6 年之前
  Jason Grout 17b7aa7159 Standardize on async return types being: value | Promise<value> 6 年之前
  Jason Grout d7ea1bb808 Make connectToComm synchronous. 6 年之前
  Jason Grout 958f91fcea Make the IAnyMessage message readonly. 6 年之前