We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417ea5a commit cf8590dCopy full SHA for cf8590d
src/Gren/Kernel/Stream.js
@@ -4,6 +4,7 @@ import Stream exposing (Locked, Closed, Cancelled)
4
import Gren.Kernel.Scheduler exposing (binding, succeed, fail, rawSpawn)
5
6
*/
7
+
8
var _Stream_read = function (stream) {
9
return __Scheduler_binding(function (callback) {
10
if (stream.locked) {
0 commit comments