Rainbows! Rack HTTP server user/dev discussion
 help / color / mirror / code / Atom feed
blob b6b1e05f60c772eacb425cd97c80edce1db0dd8c 222 bytes (raw)
name: lib/rainbows/event_machine_thread_defer/client.rb 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
8
9
 
# -*- encoding: binary -*-
# :enddoc:
class Rainbows::EventMachineThreadDefer::Client <
      Rainbows::EventMachine::ThreadClient

  def app_dispatch
    EM.defer(method(:app_response), method(:response_write))
  end
end

debug log:

solving b6b1e05 ...
found b6b1e05 in https://yhbt.net/rainbows-public/1379421104-75563-1-git-send-email-godfat@godfat.org/

applying [1/1] https://yhbt.net/rainbows-public/1379421104-75563-1-git-send-email-godfat@godfat.org/
diff --git a/lib/rainbows/event_machine_thread_defer/client.rb b/lib/rainbows/event_machine_thread_defer/client.rb
new file mode 100644
index 0000000..b6b1e05

Checking patch lib/rainbows/event_machine_thread_defer/client.rb...
Applied patch lib/rainbows/event_machine_thread_defer/client.rb cleanly.

index at:
100644 b6b1e05f60c772eacb425cd97c80edce1db0dd8c	lib/rainbows/event_machine_thread_defer/client.rb

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/rainbows.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).