You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
2 years ago
|
import Lean.Data.JsonRpc
|
||
|
|
||
|
-- The worker implementation roughly follows `Lean/Server/FileWorker.lean`.
|
||
|
|
||
|
|
||
|
#check IO.bindTask
|
||
|
|
||
|
#check Task
|
||
|
#check Task.CancelToken
|
||
|
|
||
|
#check EIO.mapTask
|
||
|
|
||
|
#check maybeTee
|
||
|
|
||
|
#check IO.FS.Stream.writeMessage
|